I created new web service in ASP.net and tried running it and got the following error:
"Unable to connect to configured development server"
I googled and found the previous question about it
unable to connect to the configured development web server
and it linked me to this with the 6 steps to do to fix it:
but in this step:
"Step 3: For the “Command” textbox setting enter this value: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.EXE (note: this points to the web-server that VS usually automatically runs)."
I dont have a WebDev.WebServer.EXE in my v2.0.50727 folder and so it tells me that the path doesnt lead to a executable file.
How can I fix this?
Thanks