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

前端 未结 12 938
清酒与你
清酒与你 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条回答
  •  Happy的楠姐
    2020-12-07 22:35

    I have set "SaveServerSettingsInUserFile" as True and it worked for me.

    
    
      
        
          True
          True
          50584
          /
          http://localhost:50584/
          False
          False
          
          
          True
        
      
    
    

    Source : click here

提交回复
热议问题