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

前端 未结 5 957
耶瑟儿~
耶瑟儿~ 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:06

    You probably already have a website called "myprojectname" set up in IIS. Go to the config file that it mentions and find the place where that project is defined. Remove that node from the XML, and try again.

提交回复
热议问题