Set IIS permission backup

Source: Internet
Author: User
Guidelines for solving IIS permission problems 0 (total 1) is helpful for the evaluation of this Article-Comment on this topic

Biztalk Server widely uses Microsoft Internet Information Service (IIS) for Web Services Support and is used with HTTP, soap, and Windows SharePoint Services adapters.

Before you solve IIS permission problems, learn how IIS implements applications.ProgramIsolation is very helpful.

You can use IIS to create IIS applications that serve as different host processes and run them in your own memory. After creating an IIS application host, you must define two sets of permissions: the IIS application host "Process Identity" and the IIS application host "user access permission ". When you solve IIS permission problems, you should check the permissions of each group.

Note:
The "process ID" and "User Access Permissions" are also known as the "security context" of the IIS application host process ".

 

 

This topic describes how to set the "process ID" and "User Access Permissions" of the IIS application host process, and provides general guidelines for solving IIS permission problems.

Sets the identity of the IIS application host process

The configuration of the IIS application host process varies with the different functional levels provided by the host process. For example, the configuration of IIS application host process that is only the host of Static HTML pages and ASP.. NET application host Iis Application host process configuration is different.

The configuration of the IIS application host process also varies with the different versions of the application host IIS. The host process ID of the IIS 5.x application running on Windows XP is determined by the ID of the COM + application associated with the application. The host process ID of an application running on Windows Server 2003 (IIS 6.0) and Windows Server 2008 (IIS 7.0) is determined by the ID of the application pool associated with the application.

Set the IIS process ID for IIS 2008 on Windows Server 7.0 or Windows Vista
    1. Click Start and set, and then click Control Panel ".
    2. On the Control Panel, double-click "Administrative Tools ".
    3. In "Administrative Tools", double-click "Internet Information Service (IIS) manager ".
    4. In the Internet Information Service (IIS) manager, expand<Computer name>(User Account), and then click application pool ".
    5. Right-click an application pool and click View applications to view the applications associated with the pool.
    6. Right-click an application pool and click Advanced Settings to display the Advanced Settings dialog box for the application pool.
    7. Click the ellipsis (…) next to the "identifier" in the "Process Model" section of the "Advanced Settings" dialog box (...) Click to modify the application pool ID.
Set IIS process ID for IIS 2003 in Windows Server 6.0
    1. Click Start and set, and then click Control Panel ".
    2. In "Control Panel", double-click "Administrative Tools ".
    3. In "Administrative Tools", double-click "Internet Information Service (IIS) manager ".
    4. In the Internet Information Service (IIS) manager, expand<Computer name>(Local Computer) and website ".
    5. Right-click the virtual directory and click "properties ".
    6. Click the virtual directory tab in the <virtual directory> Properties dialog box.
    7. "Application pool:" is set in the "application settings" section on this page.
    8. After you confirm the application pool specified for the IIS virtual directory, click OK ".
    9. In the Internet Information Service (IIS) manager, expand "application pool", right-click the application pool specified for the virtual directory, and then click "properties ".
    10. Click <Application pool> Click the "ID" tab in the Properties dialog box to edit the ID associated with the application pool.
Set IIS process ID for IIS 5.x on Windows XP

To set the IIS application host process identity in IIS 5.x, first determine the application protection level set for the associated IIS virtual directory.

    1. Click Start and set, and then click Control Panel ".
    2. In "Control Panel", double-click "Administrative Tools ".
    3. In the management tool, double-click "Internet Information Service (IIS) manager ".
    4. In Internet Information Service, expand"<Computer name>(Local Computer) "and" website ".
    5. Right-click the virtual directory and click "properties ".
    6. Click the "directory" tab in the "properties" dialog box of the virtual directory.
    7. "Application protection" is set in the "application settings" section on this page.
      • "Low (IIS Process)" runs in the inetinfo.exe process.
      • "Medium (pool)" runs in "IIS Out-of-process pooled Applications" COM + application process (dllhost.exe.
      • "High (independent)" runs in a separate COM + application process (dllhost.exe.

After determining the application protection level of the IIS virtual directory, set the corresponding Iis Application host process id based on the values in the following table. This table summarizes the processes that can host applications on IIS 5.x( running on Windows XP:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.