berhir / AspNetCore.SpaYarp

An alternative approach to the new ASP.NET Core SPA templates in .NET 6. It uses YARP as proxy to forward requests to the SPA dev server.
MIT License
99 stars 12 forks source link

Can it be configured when ASP.NET core is running on IIS (only in development) #15

Open rekna1 opened 2 years ago

rekna1 commented 2 years ago

Development servers have the issue they behave not exactly as applications under IIS (e.g. app pool identity has less access than process running under current user). That's why I like to run asp.net core applications under IIS in development as well, because potentially issues due to less rights of the app pool identity will show up immediately.