01-21-06 01:49 AM
ProcessIdentity can be set in the IIS Manager UI.
1. Identify the Application Pool your app runs in. This can be done by
navigating to the website node which contains your ASP page in question,
right-click properties, and in the "Home Directory" tab, there is a combo
box named "Application pool:". remember that value
2. Navigate to the top level, "Application Pools", and right-click
properties on the name you found from step #1. In the "Identity" tab, change
the Predefined value to "LocalSystem".
This should be the fastest way to get your situation working for arbitrary
number of authenticated users. If you only have anonymous access enabled,
then I suggest configuring the configurable identity to match the anonymous
user. Remember that according to documentation, identities used for
Application Pool needs to be in the IIS_WPG group, and if you customize the
anonymous user, you need to synchronize the username/password yourself.
Here is a tool to synchronize various user accounts used by IIS, assuming
you configured them in reality:
http://blogs.msdn.com/david.wang/ar...als_in_IIS.aspx
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Hunter" <Hunter@discussions.microsoft.com> wrote in message
news:8FAE82F5-6C89-447D-BFA0-F9AA3CE1955F@microsoft.com...[vbcol=seagreen]
> Where and how do I set that ProcessIdentity property? Is it in the page
> calling aspexec or an IIS setting or something else?
>
> Thanks so much for your help with this.
>
> "David Wang [Msft]" wrote:
>
[ Post a follow-up to this message ]
|