views:

96

answers:

1

I am using visual studio 2005. When I debug and reached at exception point. I got following error dialouge.

message screenshot

When I click No, I got following error page.

The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

I also checked the eventvwr log and it says:

**aspnet_wp.exe (PID: 3584) stopped unexpectedly.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.**

Please help me.

A: 

I can't see your image (hotlinking to that site isn't allowed), but I'm guessing that when you hit "No", you're telling ASP.NET that you don't want to debug the exception, so it's letting it bubble up to the browser, which shows you the "Webserver unavailable" that you're seeing. If you debug your error, what do you get?

Also, please fix your image so we can see your dialog box.

rwmnau
just add an image link.
Novice Developer
please check. i added page link.
Novice Developer