IIS AppPoolIdentity and file system write access permissions

前端 未结 4 963
温柔的废话
温柔的废话 2020-11-22 15:51

Here\'s an issue with IIS 7.5 and ASP.NET that I\'ve been researching and getting nowhere with. Any help would be greatly appreciated.

My question is: using ASP.NET

4条回答
  •  醉酒成梦
    2020-11-22 16:12

    1. Right click on folder.

    2. Click Properties

    3. Click Security Tab. You will see something like this:

    1. Click "Edit..." button in above screen. You will see something like this:

    1. Click "Add..." button in above screen. You will see something like this:

    1. Click "Locations..." button in above screen. You will see something like this. Now, go to the very of top of this tree structure and select your computer name, then click OK.

    1. Now type "iis apppool\your_apppool_name" and click "Check Names" button. If the apppool exists, you will see your apppool name in the textbox with underline in it. Click OK button.

    1. Check/uncheck whatever access you need to grant to the account

    2. Click Apply button and then OK.

提交回复
热议问题