ndevriendt
Programmer
Hello,
I've created an ASP page. When I want to run my ASP page I get the following Error:
"When you debug an ASP.NET application in Visual Studio .NET, you may receive the following error message:
Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request.
Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start without debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project? "
On the site of microsoft I get the following explication:
"This problem can occur if there are syntax errors in the ASP.NET application's Web.config file. "
But I don't change anything on this file.
PS: Before I had this error I've received an other error but I could fix this with running the following command:
aspnet_regiis.exe -i.
Can anybody help me with this ?
Thanks
Devriendt Nico
I've created an ASP page. When I want to run my ASP page I get the following Error:
"When you debug an ASP.NET application in Visual Studio .NET, you may receive the following error message:
Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request.
Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start without debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project? "
On the site of microsoft I get the following explication:
"This problem can occur if there are syntax errors in the ASP.NET application's Web.config file. "
But I don't change anything on this file.
PS: Before I had this error I've received an other error but I could fix this with running the following command:
aspnet_regiis.exe -i.
Can anybody help me with this ?
Thanks
Devriendt Nico