Error i got while debugging ASP.NET Application
-
this is the error i got while debugging any asp.net application on VB.NET ************************************************************** Error while trying to run project: Unable to start debugging on the web server. Server side error occured on sending debug HTTP request Make sure the server is operating corerclty. Verify that there are no syntax errors in Web.config by doing a Debug, Start without Debugging. *********************************************************** when i try for Debug/Start without debugging... the build is succedeed.. but on the web page it shows the following error ************************************************************ Server Application Unavailable 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 system event log of the web server. Please review this log entry to discover what caused this error to occur. ************************************************************* when i went on the Application Log of the Event Viewer.. i saw 2 errors... Error 1: aspnet_wp could not be started. HRESULT for failure 80004005 Error 2: aspnet_wp could not be launched because the username and/or password supplied in the processModel section of the config file are invalid i tried the machine.config file and changed the username and password acc to my sys.. but even that is not working.. AND.. also when i open the Microsoft Visual Stdio.NET..n see the Debug--->Process.. i dont find the aspnet_wp.exe there.. is there any prob in the .NET Framework >?? i think that is the prob.. but cant sort it out.. hope someone can help me badly need the help...
-
this is the error i got while debugging any asp.net application on VB.NET ************************************************************** Error while trying to run project: Unable to start debugging on the web server. Server side error occured on sending debug HTTP request Make sure the server is operating corerclty. Verify that there are no syntax errors in Web.config by doing a Debug, Start without Debugging. *********************************************************** when i try for Debug/Start without debugging... the build is succedeed.. but on the web page it shows the following error ************************************************************ Server Application Unavailable 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 system event log of the web server. Please review this log entry to discover what caused this error to occur. ************************************************************* when i went on the Application Log of the Event Viewer.. i saw 2 errors... Error 1: aspnet_wp could not be started. HRESULT for failure 80004005 Error 2: aspnet_wp could not be launched because the username and/or password supplied in the processModel section of the config file are invalid i tried the machine.config file and changed the username and password acc to my sys.. but even that is not working.. AND.. also when i open the Microsoft Visual Stdio.NET..n see the Debug--->Process.. i dont find the aspnet_wp.exe there.. is there any prob in the .NET Framework >?? i think that is the prob.. but cant sort it out.. hope someone can help me badly need the help...
Something wrong with your IIS
-
this is the error i got while debugging any asp.net application on VB.NET ************************************************************** Error while trying to run project: Unable to start debugging on the web server. Server side error occured on sending debug HTTP request Make sure the server is operating corerclty. Verify that there are no syntax errors in Web.config by doing a Debug, Start without Debugging. *********************************************************** when i try for Debug/Start without debugging... the build is succedeed.. but on the web page it shows the following error ************************************************************ Server Application Unavailable 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 system event log of the web server. Please review this log entry to discover what caused this error to occur. ************************************************************* when i went on the Application Log of the Event Viewer.. i saw 2 errors... Error 1: aspnet_wp could not be started. HRESULT for failure 80004005 Error 2: aspnet_wp could not be launched because the username and/or password supplied in the processModel section of the config file are invalid i tried the machine.config file and changed the username and password acc to my sys.. but even that is not working.. AND.. also when i open the Microsoft Visual Stdio.NET..n see the Debug--->Process.. i dont find the aspnet_wp.exe there.. is there any prob in the .NET Framework >?? i think that is the prob.. but cant sort it out.. hope someone can help me badly need the help...
Hi there, These documents might give you an idea: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebug.asp[^]
-
Hi there, These documents might give you an idea: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebug.asp[^]
it got corrected.. first i checked all the functionalities of IIS, if they all are working properly... after that..reinstalled .NET Framework 1.1.. and then reinstalled Visual Studio .Net.. now everything is fine... neways.. thanks to u all :)