IIS - Access to the path is denied

前端 未结 3 1414
不思量自难忘°
不思量自难忘° 2020-12-18 19:23

This question have been asked like million times, but I have tried those solutions and still can\'t find out why this error is coming up:

Access to the path \'\\serv

3条回答
  •  無奈伤痛
    2020-12-18 20:21

    try this:

    "Access to the path 'xxxxxx' is denied."

    As Error says You need to assign Permissions to Folders

    1. Right Click Folder
    2. Go to Security Tab
    3. Click on Edit
    4. Click on Add
    5. Click on Addvance
    6. Find Now
    7. Give Permission to IIS_IUSRS (Full Control)
    8. Click On OK
    9. Click On OK
    10. Click On Full Control in allow
    11. Click On OK
    12. Again Run the Application

    Note: If Above things are not working then try to give same permission to NETWORK,NETWORK SERVICE Users

提交回复
热议问题