Multiple ASP.NET apps under the same host and port in Visual Studio with IIS Express and Webpack Dev Server Proxy
The scenario is I have a ASP.NET application (full framework) as the main application that is hosted in IIS. During development, it is hosted in IIS Express under http://localhost:51077. I also have a ASP.NET Core application that is used as…
Read more