How to Add Service Accounts to the IIS_IUSRS Group

This topic provides steps for adding service accounts to the IIS_IUSRS group if you are running Windows Server 2008. If you are running Windows Server 2003, see How to Add Service Accounts to the IIS_WPG Group.

You must assign the Web service accounts on the business management server for business users to access the Web services, and the Web site worker process account (<Web domain>\RunTimeUser) on the production Web servers for users to have access to the Web site.

To add the worker process account to the IIS_IUSRS group

  1. Click Start and then click ServerManager.

  2. In the Server Manager screen, expand Configuration, expand Local Users and Groups, and then click Groups.

  3. Right-click the IIS_IUSRS group, and then click Add to Group.

  4. In the IIS_IUSRS Properties dialog box, click Add.

  5. In the Select User, Computers, or Groups dialog box, in the Enter the object names to select box, type the account name on which you want your worker process to run (for example, (<Web domain>\RunTimeUser), and then click OK.

  6. Repeat step 5 to add any additional service accounts to the to the IIS_IUSRS group. For the business management server, you add the CatalogWebSvc, MarketingWebSvc, OrdersWebSvc, and ProfilesWebSvc accounts to the IIS_IUSRS group.

  7. In the IIS_IUSRS Properties dialog box, click OK.

  8. Close the Server Manager screen.

See Also

Other Resources

Configuring the Business Management Server

Configuring the Web Servers

Building the Web Tier

Working with Application Pools and Web Applications

How to Add Service Accounts to the IIS_WPG Group