Are you requesting the page like this:
http://localhost/myPage.asp
or are you just double-clicking the file in explorer to load it?
Cheers
Ken
"SODA" <crzy888.RemoveThis@aol.com> wrote in message
news:89FACDF8-ABEB-45CA-BDF6-435D41D29FFB@microsoft.com...
: i'm using IIS for Windows 2000 professional that i installed on my comp
last friday... and it won't run my ASP programs
:
: i'm trying to run an html/asp program on my computer where you load up the
HTML file and enter your First Name, Last Name, and E-mail address into the
boxes and when you hit submit, it's supposed to bring up an ASP page which
displays what you typed in the previous page...
:
: if the ASP page is working properly, it should show this on the ASP page:
: First Name: James
: Last Name: Gutierrez
: E-Mail: crzy888.RemoveThis@aol.com
:
: but instead, it shows this on the ASP page:
: First Name:
: Last Name:
: E-Mail:
:
: whats wrong with this thing??? is anyone having this same problem?
: the program is bug free, because i can run it on my web host which
supports ASP, and this same program runs as intended
:
: let me know