G
Guest
I'm attempting to debug an ASP.NET Web application in VS.NET 2003. I'm
running the app and the debugger on my local machine (Windows XP
Professional). I am logged in as a local administrator. In order to rule out
permissions issues, I have set the processModel username to "SYSTEM" in my
machine.config.
Here's my problem: The ASP.NET app (compiled in debug mode) works correctly,
whether I start it with debugging (F5) or without (Ctrl+F5). However, the
ASP.NET worker process (aspnet_wp.exe) does not appear in Task Manager's
process list, nor in the Processes list of VS.NET's Attach Debugger dialog.
There are no errors in the Application Event Log.
Has anyone seen this before? Any suggestions as to how I can correct it?
Thanks in advance.
running the app and the debugger on my local machine (Windows XP
Professional). I am logged in as a local administrator. In order to rule out
permissions issues, I have set the processModel username to "SYSTEM" in my
machine.config.
Here's my problem: The ASP.NET app (compiled in debug mode) works correctly,
whether I start it with debugging (F5) or without (Ctrl+F5). However, the
ASP.NET worker process (aspnet_wp.exe) does not appear in Task Manager's
process list, nor in the Processes list of VS.NET's Attach Debugger dialog.
There are no errors in the Application Event Log.
Has anyone seen this before? Any suggestions as to how I can correct it?
Thanks in advance.