Apache - ASP
am 29.06.2007 11:38:27 von Damnation
I'm sorry if this is a useless post.
i'm new to asp, i don't want to us the IIS server. i want to use
apache.
but i've done a few searches and i have only been able to come up with
asp - perl.
i.e. i can only do asp with perl scripting in apache.
what i want to know is. i currently run on a windows system is it
possible to create asp pages with vb/c# under apache. or am i limited
to perl. and would have to install and use IIS to use vb/c#.
thank you for any replies.
Re: Apache - ASP
am 29.06.2007 13:26:12 von shimmyshack
On Jun 29, 11:13 am, Davide Bianchi
wrote:
> On 2007-06-29, Damnation wrote:
>
> > i'm new to asp, i don't want to us the IIS server. i want to use
> > apache.
>
> why? ASP is a microsoft technology, so why do you want to use it on
> something that is not microsoft on a microsoft platform?
> anyway, years ago there was Chili!ASP (now distributed by SUN) that
> give some kind of compatibility, but is not for free and (afaik) is
> not 100% compatible.
>
> My suggestion: if you want ASP stick with IIS, otherwise move
> completely out of Microsoft realm.
>
> Davide
>
> --
> "Microsoft is the epitome of innovation and product quality."
> -- This testimonial paid for by Microsoft.
you could run IIS on another port (or even on the same one) and proxy
but that amounts to the same insecure worry and then youre back into
the world of M$, if you are desperate to write c# then why not wrap it
up and call it from PHP using COM.
Re: Apache - ASP
am 29.06.2007 16:41:39 von Adam White
tbh, C# and vb i am not a fan of.
personally i love C++. but i'd rather stick to php, and i have been
informed on another usenet group that i can use Php to do all i need.
i was unfortunate to come across a vast amount of webpages that used
asp as their shopping basket language.
but i have been informed that i can use php and it will be secure.
which i am happy with because it means i can continue to use php. and
not worry about platform.
thanx for the replies
Re: Apache - ASP
am 01.07.2007 19:07:45 von Markus Mayer
Am 29.06.2007 11:38 schrieb Damnation:
> I'm sorry if this is a useless post.
>
> i'm new to asp, i don't want to us the IIS server. i want to use
> apache.
>
> but i've done a few searches and i have only been able to come up with
> asp - perl.
>
> i.e. i can only do asp with perl scripting in apache.
>
> what i want to know is. i currently run on a windows system is it
> possible to create asp pages with vb/c# under apache. or am i limited
> to perl. and would have to install and use IIS to use vb/c#.
>
> thank you for any replies.
>
I'm not quite sure wheter I'm getting this right or not, but If you want
to serve parsed ASP/ASPX pages through your Apache, maybe mod_aspdotnet
is of some interest to you. You can find it here:
http://sourceforge.net/projects/mod-aspdotnet
regards,
Markus