This is a discussion on Apache wont let my load databases within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hey, I just downloaded and installed Apache 2 as I need something to replace a more primative server, Im running ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey,
I just downloaded and installed Apache 2 as I need something to replace a more primative server, Im running Win XP Home Anyway, I have a few .asp pages on my site which recall information from some ..mdb's. My little server program displayed the info I wanted just fine, but apache seems to not... Any ideas how I could get this to work? Im kinda new at this... Thanks |
|
|||
|
Xarden <el_stupey@hotmail.com> wrote:
> Hey, How do you do? > I just downloaded and installed Apache 2 as I need something to replace a > more primative server, running? > Im running Win XP Home >Anyway, > I have a few .asp pages on my site which recall information from some > .mdb's. > My little server program displayed the info I wanted just fine, but > apache > seems to not... Apache doesn't do ASP > Any ideas how I could get this to work? Im kinda new at this... For ASP you will need a Windows server - either IIS or the PWS on XP-Pro alternatively, rewrite your ASP in a language that Apache does understand -- William Tasso |
|
|||
|
On Tue, 4 Oct 2005, William Tasso wrote:
> Apache doesn't do ASP I wouldn't know about it, but mod_asp seems to say otherwise. > alternatively, rewrite your ASP in a language that Apache does > understand As I understand it, ASP isn't a "language", it's a programming interface, comparable in nature to something like mod_cgi |
|
|||
|
Alan J. Flavell <flavell@ph.gla.ac.uk> wrote:
> On Tue, 4 Oct 2005, William Tasso wrote: > >> Apache doesn't do ASP > > I wouldn't know about it, but mod_asp seems to say otherwise. no idea - perhaps I should have more accurately added "very well" - seems to be one of those ideas that smack a programmer on the head from time to time and lo another ASP clone is born. In practice (out here in the real world we inhabit) these projects seem to run out of steam shortly after building support for native functionality, leaving calls to the more useful library calls unsupported. The mono project for ASP.NET seems to have more legs but that is an entirely different kettle of fish. >> alternatively, rewrite your ASP in a language that Apache does >> understand > > As I understand it, ASP isn't a "language", it's a programming > interface, comparable in nature to something like mod_cgi indeed - vendor supplies vbScript and JavaScript. ASP can be used with other scripting engines, REXX, Perl & Python are often quoted, but once again we run into common practise. -- William Tasso |