PDA

View Full Version : Accessing .asp on server


Budding
06-14-2004, 03:27 PM
I've put a .asp page on my server, but whenever I try to access it (with the www URL) I get a download message. The .asp works fine on my testing server, but it seems that it won't load online. Do I need to do something to my server or do I need to do something to the .asp before being able to view it online?

NorthViking
06-14-2004, 04:10 PM
Your server must support ASP, check that.

Budding
06-14-2004, 04:14 PM
Can I make it support .asp? Would I need to install anything?

NorthViking
06-14-2004, 04:20 PM
Is it your own server or are you paying for someone else ?

If it's yours it should work if you have IIS or PWS installed I think.

Edit:

Check here http://www.asp101.com/

essexman
06-15-2004, 04:20 AM
you will have to go searching through the windows componts under add/remove programs. to enable ASP

NorthViking
06-15-2004, 04:35 AM
you will have to go searching through the windows componts under add/remove programs. to enable ASP
Yep in other words: Enable IIS.

Budding
06-15-2004, 04:40 PM
Well, apparently the school server is run under Linux or Unix, and my teacher is too stupid and lazy to make it ASP compatible. It's what happens when you get in charge of the school website as the teachers are lazy.