Posts tagged ‘IIS’

PHP installation with extensions (mysql) for IIS7 in Windows Vista

When you download the PHP installer, it fails to install for Windows Vista. So you have to install it manually. Just download the zip file and extract it somewhere that you can remember.  Then you might want to manual installation instructions, but it won’t be correct for IIS7. Here is the guideline to install PHP […]

Running ASP.NET 1.1 on IIS7

I am a bit surprised when running ASP.NET 1.1 application on IIS7.  You don’t have to install .Net framework 1.1. I also suspected that if .Net 1.1 comes pre-installed, but my GAC (Global Assembly Cache) have only 2.0 libraries.

Maybe I shouldn’t be surprised, according to IIS team this is because of the backward compatibility, but […]