PJ
22 years ago
I'm at the end of my rope, I've tried everything I can think of and, while
the problem is all over google, no answer has worked for me. I'm getting
the following error while trying to start my web project in debug mode.
"Error while trying to run the project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL Server debugging. Verify that
ASP.NET or ATL Server is correctly installed on the server. Would you like
to disable future attempts to debug ASP.NET pages for this project?"
It was working fine yesterday. I am running W2k Pro sp3, .NET Framework 1.0
sp2, VS.NET 2002.
I have tried reinstalling the framework and recreating the projects. The
web application is able to run outside of debug mode. I AM able to attach
the debugger to the aspnet_wp, I am just not able to start it in debug mode.
Also, I AM able to start another web application in debug mode without
problems.
I HAVE ALREADY BEEN THROUGH THE CHECKLIST AT
http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc
Every project that can be is marked to enable ASP.NET debugging. Does
anyone have any ideas?
I can access the application through the browser normally, but many of the
submits are giving me an error: "Maximum request length exceeded". This is
happening when the HttpWorkerRequest is calling GetEntireRawContent, so it's
we'll before the code hits my page. My current web.config settings for this
are:
<httpRuntime
executionTimeout="1800"
maxRequestLength="524288000"
/>
.5 gig as I am starting to set up large file uploads. I was working w/ an
httpmodule yesterday, but I have since commented it out in the web.config.
Nothing is working...does anyone have any ideas?
~TIA
PJ
the problem is all over google, no answer has worked for me. I'm getting
the following error while trying to start my web project in debug mode.
"Error while trying to run the project: Unable to start debugging on the web
server. Could not start ASP.NET or ATL Server debugging. Verify that
ASP.NET or ATL Server is correctly installed on the server. Would you like
to disable future attempts to debug ASP.NET pages for this project?"
It was working fine yesterday. I am running W2k Pro sp3, .NET Framework 1.0
sp2, VS.NET 2002.
I have tried reinstalling the framework and recreating the projects. The
web application is able to run outside of debug mode. I AM able to attach
the debugger to the aspnet_wp, I am just not able to start it in debug mode.
Also, I AM able to start another web application in debug mode without
problems.
I HAVE ALREADY BEEN THROUGH THE CHECKLIST AT
http://gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc
Every project that can be is marked to enable ASP.NET debugging. Does
anyone have any ideas?
I can access the application through the browser normally, but many of the
submits are giving me an error: "Maximum request length exceeded". This is
happening when the HttpWorkerRequest is calling GetEntireRawContent, so it's
we'll before the code hits my page. My current web.config settings for this
are:
<httpRuntime
executionTimeout="1800"
maxRequestLength="524288000"
/>
.5 gig as I am starting to set up large file uploads. I was working w/ an
httpmodule yesterday, but I have since commented it out in the web.config.
Nothing is working...does anyone have any ideas?
~TIA
PJ