Skip to main content
Participant
July 17, 2006
質問

ASP Problems

  • July 17, 2006
  • 返信数 1.
  • 195 ビュー
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
このトピックへの返信は締め切られました。

返信数 1

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?