Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have developed a web application,and i want to run that application,i see it by View in browser,then it is showing error:webdev.webserver.exe
encounters a problem ,
it worked fine for some time,then when i tried again it showed me this Error

If any of u know about this Pls give me solution.
i am developed it with Visual studio2008.


Thanks
Balu
Posted

Open task manager and kill any running webdev.webserver processes and restart VS (as Administrator in Server 2008/Windows 7).

If the problem recurrs, then check the event logs for any further details.

You could also try running your application with debugging (ctrl+F5) incase it's an issue hooking the debugger into the process.
 
Share this answer
 
Hi Thanks for your reply.

the problem is solved,i only made mistake in the coding,i recursively called function in the same function ,so it goes to infinite loop and gave me this error
 
Share this answer
 
lol
:doh:
 
Share this answer
 
ok Add your solution here
C++
<pre lang="c++"><pre lang="c#"><pre lang="c#"><pre lang="c#"><pre lang="c#"><pre lang="c#"><pre lang="java"><pre lang="java"><pre lang="text"><pre lang="text"><pre lang="text"><pre lang="text"><pre lang="text">
 
Share this answer
 
Comments
André Kraak 27-Sep-11 5:14am    
This is not an answer, either change it or remove it please. Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900