motarque Posted December 11, 2004 Posted December 11, 2004 is asp not supported on your servers? if not, why not? Quote
LisaJill Posted December 11, 2004 Posted December 11, 2004 .asp only runs on Windows servers. We run all Linux servers. So no, ASP won't run on our servers. =) Quote
lhuggins Posted December 29, 2004 Posted December 29, 2004 .asp only runs on Windows servers. We run all Linux servers. So no, ASP won't run on our servers. =) <{POST_SNAPBACK}> Just learned ASP. So I should convert those files to what? -- for the Linux servers Quote
Head Guru Posted December 29, 2004 Posted December 29, 2004 Actually there is a project for linux that support .asp It can be found here http://www.mono-project.com/about/index.html We have no plans on implementing this, but thought I would correct Lisa's statement on only for windows. Bill Quote
borfast Posted December 29, 2004 Posted December 29, 2004 There's also that Chillisoft ASP, or whatever it's called. It's an implementation of ASP for Apache. Quote
jslagle Posted December 29, 2004 Posted December 29, 2004 There's also that Chillisoft ASP, or whatever it's called. It's an implementation of ASP for Apache. <{POST_SNAPBACK}> Didn't Sun buy Chilisoft? Quote
borfast Posted December 29, 2004 Posted December 29, 2004 Yes, I think they did. I also think Chillisoft ASP never really took off. Don't know why, though. Quote
CowboyFrank Posted January 10, 2005 Posted January 10, 2005 I've redesigned my site to use SSI with .asp files (which I only just learned, and a very little bit), and it seems to be working fine, except in Netscape. All I did was add .asp files to the Apache Handler thing. check it out... http://www.grinningmoon.com/index.asp Is there a way to make it work in Netscape? Right now, I just do a browser check and tell Netscape users to switch to IE. Quote
TCH-Don Posted January 10, 2005 Posted January 10, 2005 Welcome to the Family Cowboyfrank and your new home! Your site does not display in Opera, netscape or fire fox also, I just see your .asp code We do not support .asp and that is why it is not working. IE must have a way to display it, but if you want everyone to see your site you may want to look into php to do the same thing. We really are like family here. So if you need anything, just ask your new family! We love to help Quote
CowboyFrank Posted January 10, 2005 Posted January 10, 2005 could i just simply resave the .asp pages as .php, or is it more complicated than that? Thanks for the warm welcome! Quote
TCH-Don Posted January 10, 2005 Posted January 10, 2005 What asp code are you using, show an example, I do not know asp. Quote
TCH-Bruce Posted January 10, 2005 Posted January 10, 2005 Welcome to the family Cowboyfrank! I'm confused they look just like HTML pages from viewing the source. Quote
TCH-Rob Posted January 10, 2005 Posted January 10, 2005 Here is an ASP include <!-- #INCLUDE FILE="../includes/header.asp" --> Here is a PHP include include ("header.php"); PHP and ASP are similar but the syntax is different and ASP is also designed to work with VBScript. I think it works because IE knows how to handle the output even though the extension has changed. Must be another IE "feature". Quote
cak Posted January 10, 2005 Posted January 10, 2005 Hey CowboyFrank, Mime type is text/plain for the page in question. You need to send it as text/html. Do you know how to configure mime types in CPanel or .htaccess? HTH, Carol Quote
TCH-Bruce Posted January 10, 2005 Posted January 10, 2005 Here is an ASP include <!-- #INCLUDE FILE="../includes/header.asp" --> That syntax is also correct when using .shtml for an extension. Quote
TCH-Don Posted January 10, 2005 Posted January 10, 2005 Yes it looks the same. Frank, I would try to resave your pages as .shtml to see if your includes work and are ok in other browsers. However in the long run php includes and php scripting will give you more power. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.