Increase IIS File Upload Limits

I recently ran into an issue where IIS was returning a 404.13 error when users were trying to upload files.  I did a bit of looking and found that files uploaded fine when they were lower than 30MB.  But once we tried to upload anything larger, IIS would return the 404. With a bit of digging we found that there … Read more

Increase IIS Worker threads for Coldfusion 9.01

While using IIS6 for ColdFusion 9 (or ColdFusion 9.0.1), owing to heavy load, if you encounter performance issues, you may increase the number of worker threads. Go to the directory cf_root\runtime\lib\wsconfig\1. Note: In multiserver scenarios, the location is  jrun_root/lib/wsconfig/1. 1 indicates a single IIS website. If you have configured multiple IIS websites, the number can change accordingly. Open the file … Read more