Re: ASP.NET Security



Hi,

I fixed this problem, thanks!

James


"Walter Wang [MSFT]" <wawang@xxxxxxxxxxxxxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:cZk3DGj1GHA.4464@xxxxxxxxxxxxxxxxxxxxxxxx
Hi James,

You can refer to following MSDN library:

#Configuring ASP.NET Process Identity
http://msdn2.microsoft.com/en-us/library/dwc1xthy.aspx

For your scenario that is running IIS5 and ASP.NET 2.0 on Windows XP, the
key steps are:
1) Configure <processModel> to use the specified domain account
2) Run aspnet_regiis.exe -ga "domain\user" to grant required ACLs to the
user account.

I hope this helps. Please feel free to post here if anything is unclear.

Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.



.