0

I am getting "WebDev.WebServer20.exe has stopped working" with "Unable to Connect to the ASP.NET Development Server" VS 2008 only on a specific project.

other projects works fine. only this project throws the following errors when i click Run

Tried this, this, and this solutions. but not working. might be because of i am getting both errors consecutively

Is there a fix for that? or should i need go with creating a new project with the same name as an ultimate solution for project wise bugs :(

WebDev.WebServer20.exe has stopped working

after that

Unable to Connect to the ASP.NET Development Server VS 2008

Community
  • 1
  • 1
jafarbtech
  • 6,842
  • 1
  • 36
  • 55

1 Answers1

1

Changing Auto-assign Port to Specific Port and giving some random port number makes the project to run and prevent from crashing WebDev.WebServer20.exe.

Double click on Solution Explorer -> My Project in Web tab under Servers -> Use Visual Studio Development Server click radio button called Specific Port and change port number to some random value from 0 to 65535, then save and run.

jafarbtech
  • 6,842
  • 1
  • 36
  • 55