Coldfusion 10, IIS 7.5 - Getting a 404 even though file exists

北城以北 提交于 2019-12-04 16:40:56

问题


I'm getting a 404 even though the page exists on disk.

I've ran the Web Server Configuration Tool and rebooted several times.

Handler mapping for .cfm files (configuration tool seems to have worked): C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll

Virtual Paths: root/index.cfm <- works root/dan.cfm <- doesn't work

Server: Windows 2008 R2, IIS 7.5 and Coldfusion 10

Rest of my configuration:

Update 1

NTFS Security Information on /wsconfig/1 folder:

Answer - TLDR

Map a virtual directory named "jakarta" to CFUSION INSTALL\config\wsconfig{instance id}

No need to add APPPool permissions to folder...


回答1:


Right click on the website and add a mapped virtual directory named "jakarta" to C:\Coldfusion10\config\wsconfig{instance id} (in my case, it was \1 )



来源:https://stackoverflow.com/questions/13993010/coldfusion-10-iis-7-5-getting-a-404-even-though-file-exists

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