What are the proper permissions for ColdFusion 9 on IIS 7.5 with Windows Authentication

和自甴很熟 提交于 2020-01-04 09:05:18

问题


We are running ColdFusion 9 on IIS 7.5.

Our intranet website uses Windows Authentication with the Negotiate provider.

We have set up an Active Directory user group (Web Developers) and assigned the permissions to the web source directory.

Everything works fine for one particular user group.

We created a new group (General Staff) and assigned the permissions to the source directory.

After restarting all of the services involved we end up with 401.3 errors which are Authenticated but Access is denied errors.

The error happens with html as well as cfm files.

To verify access, I browsed the unc path in windows explorer. All worked well.

Are there permissions other than the actual source directory that need to be set to get past the access is denied errors?

Does ColdFusion run even if the request is an html file?


回答1:


Assigning read permissions on the ColdFusion9\runtime\lib\wsconfig directory to the group in question allows the requests to proceed.



来源:https://stackoverflow.com/questions/13194125/what-are-the-proper-permissions-for-coldfusion-9-on-iis-7-5-with-windows-authent

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