Link to home
Start Free TrialLog in
Avatar of engg
engg

asked on

aspnet_wp.exe not running in task manager

Hi,

I am working on C# asp.net web application. It is building and running fine, but I dont see aspnet_wp.exe in task manager. I need to see this process as I want to make sure this process (asp.net worker process) is running under a specific account.

Please help.
Thanks.

Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Do you have "Show Processes from all Users" checked ?
Also, if you are running under the VS's built-in web server rather than IIS, then you won't have a aspnet_wp process at all.
Avatar of engg
engg

ASKER

yes, I do.
Thanks.
Avatar of engg

ASKER

Ok. i will check.
Avatar of engg

ASKER

how can I find out? Can we make it run under IIS? if yes, could you tell me how?
Avatar of engg

ASKER

I used aspnet_regiis.exe -i, but its not making any difference.
SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of engg

ASKER

Thanks carl, enwhysee.

Yeah, thats what the problem was.  I was running IIS6 on Windows Server 2003 and asp.net had w3wp.exe running. I checked the option - 'Run www in IIS 5.0 isolation mode' in IIS and that started aspnet_wp.exe.

I am not sure if this is a good solution as by checking that option, I am not making use of advanced features of IIS6.
Thanks.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of engg

ASKER

Thanks enwhysee!
I have been given something else to work on, so am not working on this right now. I will let you know when I try your solution.
Avatar of engg

ASKER

Sorry about the delay.