Skip to main content
Participant
July 17, 2006
Question

ASP Problems

  • July 17, 2006
  • 1 reply
  • 193 views
In my web site I use alot of ASP. All of the links work except for one of them. Instead of actually opening the page it will try to open up the asp file. Why would it only want to open the file not the page?

Very confused,

Troy
This topic has been closed for replies.

1 reply

Participating Frequently
July 18, 2006
Make sure it has something like this at the top as the very first line:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

If you are testing it on your local computer, I've found simple ASP works as is. If a page has complicated ASP, it opens and displays the ASP or doesn't open at all. Either set up your computer as a server, or upload the files to the server and test from there.

If that doesn't fix it, can you post a link?