IIS Express Web Server - (Every) Port is in Use?

前端 未结 7 1274
-上瘾入骨i
-上瘾入骨i 2021-02-05 10:12

Today I installed VS2010 SP1 Beta, and IIS 7 Express, as I currently have IIS5 on my local development machine and thought I\'d try IIS Express out.

I have gone into the

7条回答
  •  不知归路
    2021-02-05 11:00

    What version OS are you using? Are you able to start IIS Express from command line? Could you try the following and post the error message you are seeing.

    1. Remove IISExpress directory located under 'My documents' folder

    2. Go to IIS Express installation folder '%programfiles%\IIS Express' (on 64-bit machine '%programfiles(x86)\IIS Express') and try to start iisexpress.exe from command line (without passing any arguments)

提交回复
热议问题