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 [...]
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. [...]
This is a record on my attempt to migration IIS6 using Coldfusion to a new server. OK. This post is pretty much for my own reference but if there is any information or any gotchas here that may help you then feel free to thank me later.