under 2003 to my knowledge aspnet runs from within w3wp.exe process.
on your 2k3 server you should see this process when you call an aspx page or
open the project in you client dev box
--
Regards,
Hermit Dave
(
http://hdave.blogspot.com)
"Phil Weber" <> wrote in message
news:9BD6E089-CC5B-44C6-99D8-...
> 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.