Go to: Control panel -> Program and Features -> (on the upper left corner) Turn Windows features on or off.
Now go to: Start-> and search for IIS (Internet Information Service Manager)
Now explore the website directory:
Now in that folder add the files from (IIS Files) folder.
Now edit DBConnect.asp like this:
Quote:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=YOURPCNAME\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=your password;"
DBConnA.Open strConnectA
%>
|
Now go to:
Enable it:
Also, go to:
Modify the port from 80 to 8080:
Now start it:
And you can test if it is working like this: