Unable to debug asp.net applications
From: Bob Smith (spamfree_at_spam.com)
Date: 02/22/04
- Previous message: jifiry: "cant see DirectX 9 visual c# wizard"
- Next in thread: Bob Smith: "Re: Unable to debug asp.net applications"
- Reply: Bob Smith: "Re: Unable to debug asp.net applications"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 22 Feb 2004 12:07:51 -0800
Scenario:
When attempting to run an asp.net app without debugging I get the below
message:
The application consists of a text box and a button only. If I click start
I receive the following: "Error while trying to run project: unable to start
debugging on the web server. Server side-error occured while sending debug
HTTP request. Make sure the server is operating correctly. Verify there
are no syntax errors in web.config... blah blah."
Ive tried reinstalling vs.net 2003 and iis multiple times on my xp pro
machine with no luck. It used to work... I have no idea what may have
caused this.
Ive also tried 325093 and 306005 ... Any help would be greatly
appreciated!!!!
************************************************************
Server Error in '/Freddy' Application.
----------------------------------------------------------------------------
----
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'username'.
Source Error:
Line 352: worker process for the desired application
Line 353: -->
Line 354: <processModel username="machine" enable="true" timeout="Infinite"
idleTimeout="Infinite" shutdownTimeout="0:00:05" requestLimit="Infinite"
requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60"
webGarden="false" cpuMask="0xffffffff" userName="machine"
password="AutoGenerate" logLevel="Errors" clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00" maxWorkerThreads="20"
maxIoThreads="20"/>
Line 355: <webControls clientScriptsLocation="/aspnet_client/{0}/{1}/"/>
Line 356: <clientTarget>
Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
354
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
- Previous message: jifiry: "cant see DirectX 9 visual c# wizard"
- Next in thread: Bob Smith: "Re: Unable to debug asp.net applications"
- Reply: Bob Smith: "Re: Unable to debug asp.net applications"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|