Thanks for your response Dmitry,
If you don't want to use SYSTEM, and since its a DC box, maybe you need to
provide a domain account to run the asp.net application(set it as teh
process identity in the IIS6's application pool setting). Generally, adding
the account into IIS_WPG group should be sufficient, you can try that and
testing your web app to verify this. If there occurs any problems on
permission, you can have a look at the following kb article which has a
complete description on the default aspnet process identify's access rights:
#Process and request identity in ASP.NET
http://support.microsoft.com/default...b;en-us;317012
BTW, if possible, I still recommend that you consider moving those service
based application(such asp.net) from DC box to a normal server machine.
That'll help avoid some unexpected issues.
Hope helps.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)