VS 2012 can't load project which uses IIS with custom binding host - thinks it's using IIS Express

前端 未结 12 934
清酒与你
清酒与你 2020-12-07 21:35

I have an ASP.NET project which uses IIS. IIS site is configured to use custom binding host name. Project file contains following settings:

...


        
12条回答
  •  一整个雨季
    2020-12-07 22:13

    For me combination of both worked for Visual Studio 2015 Preview with Windows 7 64 bit:
    1. delete *.csproj.user file and
    2. false in Solution File.
    Steps for Step 2:In Visual Studio Right Click on Project==> Unload ===> Edit the Solution

提交回复
热议问题