根据以下链接,我为CF 6.1configuration了IIS 7:
http://www.communitymx.com/content/article.cfm?page=1&cid=224AA
但我仍然收到以下错误:
Server Error in Application "DEFAULT WEB SITE" Internet Information Services 7.5 Error Summary HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler. Detailed Error Information Module StaticFileModule Notification ExecuteRequestHandler Handler StaticFile Error Code 0x80070032 Requested URL http://127.0.0.1:80/CFIDE/administrator/index.cfm Physical Path C:\inetpub\wwwroot\CFIDE\administrator\index.cfm Logon Method Anonymous Logon User Anonymous Most likely causes: •The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler. Things you can try: •If you want to serve this content as a static file, add an explicit MIME map.
我能做些什么来解决这个错误?
它看起来好像你的.cfm映射到jrun不到位。 这个教程对所需的映射并不十分清楚 – 有一点提示: .cfm需要添加到一个映像中(第7页),但是有点不足。 你能确认IIS的“Hander Mappings”部分有什么?
另外:CF 6是古老的,我强烈build议运行一个更新的版本。 我相信6(和7)不再获得安全更新。