I am looking for a nice easy step by step "How To" guide for getting a classic asp application working under IIS 7.0.
It is on a 64 bit windows server 2008 machine if that makes any difference.
|
2
|
I am looking for a nice easy step by step "How To" guide for getting a classic asp application working under IIS 7.0. It is on a 64 bit windows server 2008 machine if that makes any difference.
|
||||||
|
|
|
We've been moving some Classic ASP code to 64 bit Windows 2008. Here are some things we did or discovered along the way:
HTH |
||
|
|
|
|
Also note that if you need to register 32 bit dlls, while IIS is running in 32 bit mode, you should use \windows\syswow64\regsvr32.exe dllname.dll. Oh, and make sure you don't have server side debugging turned on for too long. This will cause IIS to run in single threaded mode (and make it very slow). |
||
|
|