MyExamples (ASP)
My Examples
Warning:
None of the these examples will work from this web site because this site
doesn't use MS IIS for the web server.
These examples are designed to run from localhost using MS IIS
(Internet Information Services) web server. You will need to download my
example files and run them on your local MS IIS web server.
Download the source code to all of the
files in this section.
- How to run these examples on your localhost if you are running MS
IIS web server.
- Download my examples.
- Copy the zip file to the directory:
C:\Inetpub\wwwroot\
- Extract the zip file in this directory. If you keep the
directory structure you will create another directory called "myaspexamples"
where all of the files will reside.
- Launch this file "index.htm".
(Ex: http://localhost/myaspexamples/index.htm)
- Now the examples should work.
- Option: Create a virtual directory called "myaspexamples".
This virtual directory may point to any location on your local machine.
- Run "Internet Information Services" - For Win 2000,
"Start, Programs, Administrative Tools, Internet Information
Services".
- Write click on "Default Web Site". Choose
"New", then "Virtual Directory"
- Alias: myaspexamples
- Directory: browse to the directory where you extracted the
zip file.
- Access Permissions: Read & Run Scripts
- Launch this file "index.htm".
(Ex: http://localhost/myaspexamples/index.htm)
- Now the examples should work.
My Examples