I've put an .asp page on my website and it's not working as expected. What

  • Thread starter Thread starter Grasshopper
  • Start date Start date
G

Grasshopper

Guest
am I doing wrong? Provider says it accepts asp files. It wants to open it up like a file in temp space on my machine, not execute it like an ASP page on the server. I don't understand why. Any clue would be greatly appreciated.
 
Make a very simple asp file that will just output something like "Hello World". Upload it to the server and test it. If it works, the problem is in your asp file. If it doesn't work, then the server doesn't support asp.
 
Back
Top