Groups | Blog | Home
all groups > asp.net security > july 2006 >

asp.net security : ASPNET User


Joe Kaplan (MVP - ADSI)
7/29/2006 4:21:29 PM
This is only true under IIS 5 (Win2000) and IIS 5.1 (XP). Under IIS 6
(2003), the new built-in process model is used and the default app pool
identity is Network Service.

If you want to change the identity of the 5 or 5.1 process model, change the
corresponding attributes in the <processModel/> element of machine.config.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
[quoted text, click to view]

mrsh
7/29/2006 10:23:21 PM
as we know The .NET Framework runs all ASP.NET processes under the local
ASPNET
account.
is there anyw ay that I can change the user and instead of a local user use
a Domain user ?
thnx
Mahmoudreza

Consultant
8/2/2006 11:03:08 AM
change it in the application pool

[quoted text, click to view]

AddThis Social Bookmark Button