IIS appears to solve "due to insufficient permissions can not read the configuration file" issue

When deploying IIS project, suddenly I encountered a problem today as follows:

HTTP 错误 500.19 - Internal Server Error

You can not access the requested page, because the page configuration data is invalid

Error details:

 

 

Due to insufficient permissions can not read the configuration file

 

Solution:
File Right deployment project folder, select Properties, select Security, increases Everyone users, set permissions for the user full control, and click OK.

Guess you like

Origin www.cnblogs.com/yachao1120/p/11913477.html