I want to use iis 7 instead of iis express in visual web developer 2010

前端 未结 5 966
耶瑟儿~
耶瑟儿~ 2021-01-05 03:17

I am having some trouble setting up my vwd 2010 environment to run under my local iis 7.5 instead of iis express.

Whenever I go to the project properties and select

5条回答
  •  爱一瞬间的悲伤
    2021-01-05 04:07

    in the applicationhost.config, locate the site's name and remove its site section.. then try to reload your web site project again

    Edited:

    1) Find the "myprojectname" site in the applicationhost.config and completely delete its section

    
        
        
        
        
           
        
    
    

    2) In visual studio under the solution explorer, right click on the project and then select "Reload project".

提交回复
热议问题