Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Support for Windows Vista Service Pack 1 (SP1) ends on July 12, 2011. To continue receiving security updates for Windows, make sure you're running Windows Vista with Service Pack 2 (SP2). For more information, refer to this Microsoft web page: Support is ending for some versions of Windows.

Microsoft has released a Microsoft security advisory about this issue for IT professionals. The security advisory contains additional security-related information. To view the security advisory, visit the following Microsoft Web site:

http://www.microsoft.com/technet/security/advisory/2264072.mspx

INTRODUCTION

The Windows Service Isolation feature that is described in this advisory does not correct a security vulnerability. Instead, it is a defense-in-depth feature that may be useful for some customers. For example, service isolation enables access to specific objects without the need to run a high-privilege account or weaken the security protection of the object. By using an access control entry that contains a service SID, a SQL Server service can restrict access to its resources.



To manually configure the Worker Process Identity (WPI) for application pools in IIS, follow these steps.

For IIS 6.0

  1. In IIS Manager, expand the local computer, expand Application Pools, right-click the application pool, and then select Properties.

  2. Click the Identity tab, and then click Configurable. In the User name and Password text boxes, type the user name and password of the account under which you want the worker process to operate.

  3. Add the selected user account to the IIS_WPG group.

For IIS 7.0 and later versions

  1. At an elevated command prompt, open the following folder:

    %systemroot%\system32\inetsrv
    For more information about how to run a command with elevated privileges, visit the following Microsoft Web page:

    http://windows.microsoft.com/en-US/windows7/Command-Prompt-frequently-asked-questions



  2. Type the APPCMD.exe commands, and press ENTER after each command:


    appcmd set config /section:applicationPools /
    [name='string'].processModel.identityType:SpecificUser /
    [name='string'].processModel.userName:string /
    [name='string'].processModel.password:string
    Note You must adjust the syntax in the commands, depending on the following:


    • string is the name of the application pool

    • userName is the user name of the account that is assigned to the application pool

    • password is the password for the account

More Information

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×