//
archives

asp classic

This tag is associated with 2 posts

Getting URL Page in Asp Classic

Place this script on top your page : prot = “http” https = lcase(request.ServerVariables(“HTTPS”)) if https <> “off” then prot = “https” domainname = Request.ServerVariables(“SERVER_NAME”) filename = Request.ServerVariables(“SCRIPT_NAME”) querystring = Request.ServerVariables(“QUERY_STRING”) response.write prot & “://” & domainname & filename & “?” & querystring

First ASP Classic Code : How to Install IIS 6.0 and Create Virtual Directory

A. Installing IIS (IIS 6.0) _____________________ This topic describes 3 methods for installing IIS: • Using the Configure Your Server Wizard. • Using Add or Remove Programs from Control Panel. • Using unattended setup. This topic also lists the directories created on install, describes the IIS initial configuration backup, and briefly describes IIS optional components. … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,137 hits