ASP Help

  • bluedragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 31, 2003
  • Posts: 451
  • Loc: Hells Gate
  • Status: Offline

Post May 16th, 2004, 2:41 pm

How would I get asp onto my webserver? I want to know so that when msn gets their program out to disable the firewall in their modem, I can start hosting.



http://www.tkmhosting.tk/ soon to be .com
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 16th, 2004, 2:41 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post May 16th, 2004, 4:11 pm

ASP support is available automatically with Windows servers using IIS for web hosting. Linux servers you'd have to use something like Chilisoft

http://wwws.sun.com/software/chilisoft/
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • bluedragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 31, 2003
  • Posts: 451
  • Loc: Hells Gate
  • Status: Offline

Post May 16th, 2004, 4:34 pm

I'm using apache with Fireserv. would that work? Cause when I try to go to my asp guestbok test it wants me to download the files.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post May 17th, 2004, 2:12 am

A quick check on Fireserv shows it is made to use PHP out of the box, Does it ask if you want to download the files now ?,
Or is it just a message telling you that your missing files X,Y, & Z ?
I'd go wherever I got the software and look for ASP Extensions and the like :D
Strong with this one, the sudo is.
  • bluedragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 31, 2003
  • Posts: 451
  • Loc: Hells Gate
  • Status: Offline

Post May 17th, 2004, 2:17 am

Asks if I want to download them.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post May 17th, 2004, 5:57 am

Try downloading the files maybe ?
Strong with this one, the sudo is.
  • eCommando
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jan 27, 2004
  • Posts: 164
  • Loc: California, USA
  • Status: Offline

Post May 17th, 2004, 10:30 am

Are you using Windows XP?
You may need to download personal webserver. I think MS gives it away for free.
  • bluedragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 31, 2003
  • Posts: 451
  • Loc: Hells Gate
  • Status: Offline

Post May 17th, 2004, 3:00 pm

Like I said, Fireserv is my WEBSERVER.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post May 17th, 2004, 3:38 pm

It seems Fireserv is a middleman control panel for an apache server,
Quote:
This is a complete pre-configured web server suite that includes Apache 1.3.24, PHP 4.2.1, Perl, MySQL 3.23, phpMyAdmin, Zend Optimiser 2.1, MySQL Front, Fireserv Control Panel, Easy to use installer and Uninstall feature.

Looking at the way this package is setup, my advice is to either find a PHP guestbook or go with a different server package that has out of the box support for ASP.

If your hellbent on using this setup you might research ASP on Apache.
Strong with this one, the sudo is.
  • Carnix
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 28, 2004
  • Posts: 1099
  • Status: Offline

Post May 18th, 2004, 11:56 am

It's prompting you to download the files for two interacting reasons:

One, your webserver (Apache) doesn't know what to do with that file type, that is, it has no understanding of how to render a .asp file, so it's sending it to your browser as a chuck, instead of a stream of text (in either text/plain or text/html which your browser would understand).

That, however, isn't the only reason why you're being prompted to download. The more important of the two is that because you're browser doesn't know what to do with the .asp file extension (that is, it doesn't know its nothing but a text file), it's trying to download it instead of render it.

If you click "Open" instead of Save, you'd probably see the ASP code either in your default text editor or your browsers.

You have to configure your webserver to deal with ASP files, or it won't work. Chillisoft was mentioned, though I seem to recall there being others as well. I make a point to use whatever language is native to the server, so any work I do for Apache is done in PHP, IIS gets ASP, etc. Coldfusion gets the boot because it does nothing but waste resources copying features an existing native system already does...

.c
  • Rabid Dog
  • Web Master
  • Web Master
  • User avatar
  • Joined: May 21, 2004
  • Posts: 3229
  • Loc: South Africa
  • Status: Offline

Post May 25th, 2004, 2:47 am

Carnix wrote:
I make a point to use whatever language is native to the server, so any work I do for Apache is done in PHP, IIS gets ASP, etc.
.c


That is what I have been trying to say all along! :lol:
Watch me grow

Post Information

  • Total Posts in this topic: 11 posts
  • Users browsing this forum: No registered users and 204 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.