by Evgelen
16. July 2010 03:57
Hi just recently I got a new laptop with Windows 7 and IIS 7 installed. So I was needed to move my project .
As you can imagine not everything was working properly, basically I couldn't run my web application, forgot to mention I'm still using Classic ASP (VB Script).
Here are the steps I have done to make it work
Click Start - > Control Panel - > Programs and Features - > Turn Windows features on or off 1. Install IIS and almost all components (See screenshot below)
2. Second because I'm using HTTPS (secure layer) I was needed select certificates in IIS. In IIS 7 it's more easy then it was in IIS 6 or previous versions First you need to add SSL certificat Windows Key + R type inetmgr or Start and type in search inetmgr Select server in right window double click "Server Certificates"
Click create Self-Signed Certificate, type any name and save it. Now you need to associate SSL certificate you just created with your web application Right click web site
in IIS - > Edit bindings - > Add site bindings -> https and select new certificate
Here are the settings you need to set for using Classic ASP Run Internet Information Services (IIS) Manager under Control Panel\System and Maintenance\Administrative Tools Double click on the ASP icon Under Behaviour Set Enable Parent Paths to True (so as not to change existing ASP code) Under Debugging Properties Set Errors To Browser to True Save changes
That's should be it. 
by Evgelen
21. January 2010 20:22
- Click "Start" and "Run" or Windows Key + R
- Type cmd
- Then Go to the root folder of C:\ drive
- Type osql -L
- The system return the names of all instances installed on your server
