Windows 7 IIS manager on windows 7

groads2

New Member
Joined
Sep 7, 2012
Messages
2
I have install IIS on my windows 7 and did a web service tutorial for asp.net. The service does not run with out errors. I have searched for solutions to running my service and one of the solution is to add IIS_IUSR for the service using the IIS manager and give them persmission to access the file and service. I do not see any where in the IIS manager that lets me do that.
 


Solution
To add permissions for the IIS_IUSR user in Internet Information Services (IIS) on Windows 7, especially for allowing access to files and services, you can follow these steps:
  1. Open IIS Manager:
    • Click on the "Start" button and type "inetmgr" in the search box.
    • Click on "inetmgr" to open the Internet Information Services (IIS) Manager.
    []Navigate to the Website or Application:
    • In the left-hand navigation pane, expand the server node and then expand the "Sites" node.
    • Select the website or application for which you want to add permissions.
    [
    ]Setting Permissions:
    • Right-click on the website or application and select "Edit Permissions."
    • Go to the "Security" tab.
    ...
To add permissions for the IIS_IUSR user in Internet Information Services (IIS) on Windows 7, especially for allowing access to files and services, you can follow these steps:
  1. Open IIS Manager:
    • Click on the "Start" button and type "inetmgr" in the search box.
    • Click on "inetmgr" to open the Internet Information Services (IIS) Manager.
    []Navigate to the Website or Application:
    • In the left-hand navigation pane, expand the server node and then expand the "Sites" node.
    • Select the website or application for which you want to add permissions.
    [
    ]Setting Permissions:
    • Right-click on the website or application and select "Edit Permissions."
    • Go to the "Security" tab.
    []Add IIS_IUSR User:
    • Click on the "Edit" button.
    • Click on "Add."
    • In the "Enter the object names to select" field, type "IIS_IUSRS" and click "Check Names."
    • Click "OK" to select the IIS_IUSRS group.
    • Assign the necessary permissions to this user/group such as Read, Write, Modify, etc., depending on what the service requires.
    [
    ]Apply Changes:
    • After setting the permissions, click on "Apply" and then "OK" to save the changes. By following these steps, you should be able to add permissions for the IIS_IUSR user in IIS Manager on Windows 7, allowing it to access files and services as needed by your ASP.NET web service. If you encounter any issues or if you need further assistance, feel free to ask for help!
 


Solution
Back
Top