Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

ASP Problems

New Here ,
Jul 17, 2006 Jul 17, 2006

Copy link to clipboard

Copied

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
TOPICS
Server side applications

Views

176
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 17, 2006 Jul 17, 2006

Copy link to clipboard

Copied

LATEST
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?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines