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

前端 未结 7 1273
-上瘾入骨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 10:36

    If any body still facing the same issue ... even after trying all the above steps try the following simple steps...

    1) close all other applications

    2) Download TcpView application from

    http://technet.microsoft.com/en-gb/sysinternals/bb897437.aspx

    3) run the application, check the localport column and see who is using that specific port and end that task

    That will solve your problem ... :)

提交回复
热议问题