Unable to connect to ASP.Net Development Server issue

前端 未结 20 1221
借酒劲吻你
借酒劲吻你 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:58

    I have tried all of the above solutions and others from other websites too but with no luck.

    What worked for me, was to rename or delete the applicationhost file:

    C:\Users\User\Documents\IISExpress\config\applicationhost < rename or delete.

    0 讨论(0)
  • 2020-11-27 07:58

    For some poor souls out there starting using TypeMock on ASP.NET unit tests like me, you need to disable it in Visual Studio to avoid this error: In Tools->Add-in Manager, untick the boxes for TypeMock Isolator. I guess you need to switch this back on for your unit tests.

    0 讨论(0)
提交回复
热议问题