ASP.NET MVC website getting redirected to local IIS instead of IIS express on any browser

后端 未结 1 684
情歌与酒
情歌与酒 2021-01-14 03:12

Aim:

Locally run ASP.NET MVC website on IIS express on any browser.

History:

The project in concern is an ASP.NET M

相关标签:
1条回答
  • 2021-01-14 04:02

    Not sure what is the hack behind this...

    To run an ASP.NET MVC website on IIS Express (instead of Local IIS) with SSL enabled, one need to make sure that the 5 digit URL port starts with 443xx

    where xx can range from 0 to 99

    Now, the redirection is also not happening. The website is perfectly running on IIS Express

    0 讨论(0)
提交回复
热议问题