Classic ASP and IIS8

Soldato
Joined
31 May 2006
Posts
4,239
Location
127.0.0.1
Hi all

I've had a search for this and not found the answer. Does anyone know if classic ASP is supported in IIS 8?

Thanks
 
I'm pretty sure it still does, but it's similar to IIS7 in that you have to setup the MIME types, and install the dll handler yourself, plus don't forget to setup the App pool in 32 bit mode, otherwise most components (including ADO) won't work.
 
Back
Top Bottom