Sung
Sung

Reputation: 480

500 - Internal server error after downgrading to CF11, only for default page

I just downgraded from CF2018 to CF11 (for debugging purposes) and I now have a problem that's driving me up the wall. If I go to the home page like this:

/default.cfm

No problem. But if I go to it like this:

/

I get "500 - Internal server error." What the heck is going on? Using Win2012/IIS.

Upvotes: 0

Views: 367

Answers (1)

Sung
Sung

Reputation: 480

I had to manually update all the .cf* handlers in IIS -- they were all pointing to the CF2018 DLL. Also, I had to delete the CF2018 reference in ISAPI and CGI Restrictions.

Upvotes: 2

Related Questions