Connecting to Visual Studio debugging IIS Express server over the lan

前端 未结 10 970
慢半拍i
慢半拍i 2020-11-27 10:19

I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:

10条回答
  •  渐次进展
    2020-11-27 11:02

    Thanks to byteit:

    Go to applicationhost.config in Documents/IISExpress/config

    find the entry for the particular site you are working on:

    add:

    
    

    in front of the existing

     
    

    To achieve the solution without having VS2013 create a new website xml entry for you when you restart. You will need to run as administrator.

提交回复
热议问题