I was working in ColdF 9 dvlp, uninstall and install ColdF 10 dvlp now Error 500 error 0x800700c1. Isapi set to 64 bits Pool App 32 bits=true etc. What I missing? Help be apreciated, thanks.
Agree 500 could be CF10 implementing Post Parameter Limit. This limits the number of parameters in a post request. The default value is 100. If a post request contains more parameters as specified, server will not process the request and throws an exception or 500 error.
Edit file after making a copy of (so you got a backup):
ColdFusion10\cfusion\lib\neo-runtime.xml
This line:
<var name='postParametersLimit'><number>100.0</number></var>
What value 500? Depends do your own testing.
Restart CF10 application service.
Further reading here ColdFusion Security Hotfix APSB12-06:
http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix.html
Regards, Carl.
North America
Europe, Middle East and Africa
Asia Pacific