asp.net worker process user

J

Jiho Han

I see on my XP machine the aspnet_wp.exe is running as ASPNET user.
However, on one of the W2k3 machine, w3wp.exe is running as System. Wasn't
it supposed to run under NETWORK SERVICE user? Do you suppose someone had
changed the default behavior?
 
K

Kevin Spencer

Check your machine.config file, in the ProcessModel section.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Jiho Han

Thanks. I found machine in the machine.config and according to the sdk doc,
IIS 6 settings are used and processModel element is ignored when running in
Native mode(BTW, what is native mode and how would I know?).
And I found in IIS 6 config, the application pool was set to run as System.
No idea why. The default website was set to Network Service though.

Thanks for the info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top