This is a discussion on "coding on servers" within the Classic ASP section. This forum, and the thread "coding on servers are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
coding on servers
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
coding on servers
hi guys sorry to post so much
ive just got some hosting with ithium.net and my asp code does not run correctly on it - its fine on my free host and on my own machine but this server doesn't like it. does anyone know why? |
|
|
|
#2
|
|||
|
|||
|
All the hosting plans I see them offering look they're on *nix machines running apache, and thus wouldn't support ASP.
|
|
#3
|
||||
|
||||
|
o...k....
the guy who owns the hosting is a m8 of mine, and im sure he said it supported ASP |
|
#4
|
|||
|
|||
|
Try just a simple asp page like putting <%= now() %> in the body of a blank html page and naming it test.asp. If that works then the server supports ASP, if not it's the server.
But like I said, if your hosting supports ASP then it's not one of the publicized packages (unless he mistakenly thought you said JSP or PHP) |
|
#5
|
||||
|
||||
|
Many linux hosts support ASP....
ASP for linux and ASP for windows boxes may on the face of it look very similar.... after all the syntax is the same and the language 'ASP' infered by linux boxes and 'ASP' infered by windows are supposed to be the same thing... and indeed are. The thing is however, I have yet to find a script that when dropped onto linux just 'works' as is..... invariably there are some modifications to make... especially when the scripts make use of com objects, such as the FileSYstemObject or indeed any COM objects... including ADODB (database) connection objects. Good luck with Linux...... it aint for me.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#6
|
||||
|
||||
|
thanks rob
i found out it only supports Apache::ASP which is not exactly the same - so now im intending to learn PHP :S and re-write it lol |
|
#7
|
|||
|
|||
|
And that's easier than just finding another host?
|
|
#8
|
||||
|
||||
|
its cheaper and the website (www.bpcu.co.uk) is for a non-profit "organisation" (lol) which i'm a member of, so its not really got the funds for a host. the host we had which doesnt support asp do free hosting for christian websites.
|
![]() |
| Tags |
| coding, servers |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mail servers only | quicker | Hosting & Domains | 15 | May 13th, 2008 17:52 |
| Servers and domains | 1840dsgn | Hosting & Domains | 9 | Sep 19th, 2007 12:35 |
| Servers? | crackafaza | Hosting & Domains | 41 | Sep 10th, 2007 23:47 |
| VPS vs. dedicated servers | TeddyBear | Hosting & Domains | 8 | Nov 20th, 2006 23:15 |
| HELP! regarding Hosting/Servers | Battaglia | Hosting & Domains | 1 | Jun 6th, 2006 14:14 |