Wednesday, October 12, 2011

Unable to connect the ASP.NET development server / Error of WebDev.WebServer.EXE

Sometimes when you run the asp.net project then suddenly you will get error like

WebDev.WebServer.EXE Error or 


Unable to connect the ASP.NET development server / Error of WebDev.WebServer.EXE


I had search a lot for this error as i found all the solutions for Unable to connect the ASP.NET development server

but i was not getting because of  WebDev.WebServer.EXE & which was corrupted.
Follow the steps if you find the same error & Enjoy!!!!!!!


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

1)      go location C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0
        You will find this file
2)      download WebDev.WebServer.rar file from
        http://www.2shared.com/file/11532086/a7f9858a/WebDevWebServer.html
3)      NOTE :  You will need password for extraction this downloaded .rar file
        Password : optimusprime
4)     Copy the downloaded WebDev.WebServer.EXE  file and replace in http://www.2shared.com/file/11532086/a7f9858a/WebDevWebServer.html


AND THE PROBLEM IS SOLVED NOW!!!!!!!!

No comments:

Post a Comment