Unable to connect to ASP.Net Development Server issue

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

    --Problem Definition

    ------ whenever we debug our project (either by pressing ctrl+f5 or only f5) the first .exe which is called by VS is called WebDev.WebServer.EXE which got corrupted may be n number of reasons

    --Solution

    ------ We need to replace this file

    ------Step 1 ---

        go location C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0
    
        You will find this file
    

    -------Step 2 ---

        download WebDev.WebServer.rar file from
    
        http://www.2shared.com/file/11532086/a7f9858a/WebDevWebServer.html
    

    -------Step 3 ---

        NOTE :  You will need password for extraction this downloaded .rar file
    
        Password : optimusprime
    

    ------ Step 4 ---

        Copy the downloaded WebDev.WebServer.EXE  file and replace in this below path
    

    "C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0 "

    --------step 5------

    run the program

提交回复
热议问题