Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
509 views
in Technique[技术] by (71.8m points)

iis 10 - IIS 10 : MS Server 2016 : ColdFusion 2016 : 500 Server Error

I got ColdFusion 2016 installed on MS Server 2016 running IIS 10.

The ColdFusion Administrator Runs Fine off the local IP. http://127.0.0.1:8500/CFIDE/administrator/index.cfm etc etc...

The websites when setup display .htm and .html files correctly.

But for the .cfm files I am getting:

500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

Not sure if a Mime Type etc... Reviewing the 2012 Server there are no .cfm mime types.

Any ideas folks. I find options for older CF10 or IIS8 etc. But nthing specific to my configuration yet.

Thx

I am reviewing

  1. The not showing .cfm is a ColdFusion Update Issue. Happens after some CF Updates.

    Run the command-line interface

    Open a console window.

    Change to the cf_root/runtime/bin (server configuration) or jrun_root/bin (multiserver configuration) directory.

    Execute the wsconfig.exe (Windows) or wsconfig (UNIX) command:

    Choose "Upgrade" : it worked

Now the 500 Error - likely permissions


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

500 Internal Server Error

Was a Permission Setting - I set sharing to Everyone : Read


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...