Skip to main content
sdettling222
Known Participant
February 16, 2015
解決済み

500 - Internal server error after saving from DW

  • February 16, 2015
  • 返信数 2.
  • 976 ビュー

I was able to successfully install the CF server. However everything was going fine until I edited a cfm file and then saved it through dreamweaver. Now I am getting a 500 Internal error when I try to pull it up.

I am running Windows Server 2008 with IIS 7.5 and CF10 Ent.

I have been editing and saving pages for a while with no issue until now. I tried restarting the server, CF Service and resetting the app.

Any idea what this could be?

thanks!!!!

    このトピックへの返信は締め切られました。
    解決に役立った回答 haxtbh

    What are the logs saying? You will most likely have a bit of code that is incorrect.

    Log into the Coldfusion administrator and have a look at application.log or coldfusion-out.log. It should tell you what the error is and possibly the line number.

    返信数 2

    haxtbh解決!
    Inspiring
    February 16, 2015

    What are the logs saying? You will most likely have a bit of code that is incorrect.

    Log into the Coldfusion administrator and have a look at application.log or coldfusion-out.log. It should tell you what the error is and possibly the line number.

    sdettling222
    sdettling222作成者
    Known Participant
    February 17, 2015

    Thanks!!! That was it as it was actually a CF error but the 500 error was from IIS 7.5 not CF. Looking at the app log did the trick. Thanks for your input!!!