Monday, September 20, 2010

Windows 7 IIS : Running Classic asp pages (Fixed)

Problem:
I am having this error on my Windows 7 IIS, where I am trying to run a classic asp pages.




Resolution:
'Turn Windows features on or off' window (Start > Control Panel > Programs And Features) and drill down to the Application Development Features node (Internet Information Services -> World Wide Web Services), expand it and check the ASP node if not checked.

Windows 7 IIS : Classic ASP not working (Fixed)

Problem:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


Wednesday, September 15, 2010

My Ubuntu 10.04 LTS : Installing LAMP

Installation:
Using
sudo tasksel install lamp-server
or with
sudo apt-get install php5 mysql-server apache2

Problem encountered:
404 "Not Found" on http://localhost/phpmyadmin

Resolution:
sudo dpkg-reconfigure -plow phpmyadmin