Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error while starting an ASP Page

Status
Not open for further replies.

ndevriendt

Programmer
Joined
Jan 8, 2002
Messages
74
Location
BE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top