Replies: 1 comment 3 replies
-
I ran it on iis at work.. I don't remember anything special.. I used the copy files publish option and put the latest .net SDKs on the iis server |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently working on making my Blazor WebAssembly web app accessible on an corporate intranet. I'm attempting to follow the recommended hosting options, but I'm uncertain about the correct approach for hosting. I'm also planning to conduct a penetration test later to identify any security vulnerabilities.
As I delve into various articles on the subject, drawing from my experience with IIS and Apache Tomcat servers, I find myself a bit unclear about running on Kestrel and configuring a reverse proxy to expose it to users. While running apps on Kestrel, I understand there is a need for additional processes to ensure these apps persist through system reboots. Alternatively, running directly on IIS is another option, allowing IIS to handle the process.
I think community members have already running their applications in a production environment and are willing to share their experiences.
I would like to seek your guidance on the recommended way of hosting WebAPI and Blazor WebAssembly on Windows Server 2022. Your insights would be greatly appreciated.
cc: @fretje, @mluepkes , @matthewcorven, @MikaelHild
Beta Was this translation helpful? Give feedback.
All reactions