Tag Archives for server
 

How to increase the 30Mb File Limit in IIS 6

IIS 6.0 has two places controlling file size limits. To edit them, follow this steps.. Open “C:\WINDOWS\system32\inetsrv\urlscan\metabase.xml” Find the entry for ‘AspBufferingLimit’. Increase it from its default of 4Mb to whatever you choose. Find the entry for ‘AspMaxRequestEntityAllowed’. Increase it from its default of around 30Mb to your chosen value Additionally, if you have URLScan [...]

Posted in Coldfusion, IIS | Also tagged , Leave a comment

Coldfusion 6.1 Download

I spent a long time looking for this download. Adobe/Macromedia stopped support for Coldfusion 6.1 a few years ago so the actual software is no longer available. I was in a position at work where the original installation CD’s were nowhere to be found. It took a lot of effort to get hold of the [...]

Posted in Coldfusion, IIS | Also tagged , , Leave a comment

How to install IIS 6

These notes are taken from the Microsoft site and condensed into a simple to follow instruction guide. I’ve followed these instructions a few times and have never had a problem. These instructions will install the basic IIS server. If you wish to configure or migrate it, you may see my other post on migrating IIS6.0. [...]

Posted in IIS | Also tagged , , Leave a comment