IIS 7.0 Error - 500.19 Internal Server Error

时光毁灭记忆、已成空白 提交于 2019-11-29 13:20:33

You should check the permission of the user account of the apppool. Or you can check the security property of the folder(C:\HostingSpaces\int\Site.com\wwwroot). Ensure the account of the apppool of IIS can read the folder at least.

This can also be due to IIS needing an extra plugin like the URL rewrite module rule

You have your permissions set incorrectly. From within DotNetPanel go to the file manager and set the permissions for the virtual directory by clicking the "Lock" icon.

Cannot read configuration file due to insufficient permissions

This sounds like the file is unreadable by the user that runs the web server. I am not sure what kind of tools Windows hosting serivce provides, but you will need to set permissions on that enitre directory to be readable by the web server user.

Narayanan Nagarajan

Add the IIS_IUSR User for the folder and give the Read and Execute access. I was facing the same problem and after giving the permissions I was able to access the Website without any issues

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!