Unable to connect to ASP.Net Development Server issue

前端 未结 20 1233
借酒劲吻你
借酒劲吻你 2020-11-27 07:02

I am debugging codeplex simple project. I am using

  • VSTS 2008
  • C#
  • Windows Vista x86 Enterprise.

I have not modified any code

20条回答
  •  孤城傲影
    2020-11-27 07:50

    In my case I was using Windows 8 and Windows Firewall was blocking WebDev.WebServer.EXE

    So I went to the settings of Windows Firewall > Allow an app through Windows Firewall > Add new and browse to C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\11.0 Then select WebDev.WebServer to allow.

提交回复
热议问题