Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache & .asp

Status
Not open for further replies.

indesisiv

Technical User
Jun 11, 2002
9
0
0
GB
I am a real newbie at this so any help would be appreciated.
I have installed Apache 2 , php and perl.

Apache 2 works fine for all html and php stuff.
What i want to do is set it up so that it can serve .asp files.

This is all on my loacal machine running win 98.

I have read as many of the setup instructions and have (i think) edited the httpd.conf correctly.

Can it server .asp files so that i can test it.???

I have it installed to
Apache : C:\program files\apache group\apache
Perl : C:\perl
PHP : C:\php

Anyone have any ideas or is it something really obvious.

Thanks for any help in advance.
Steve
 
Well, it can. Sort of.

ASP is an object interface definition, not a programming language. IIS comes stock with VBScript/ASP, which one uses to program web scripts. There is a partial implementation of ASP interfaces for perl.

I don't know why you'd want to run VBScript on Apache in the first place. PHP is better-documented, has more features, and is more commonly used than VBScript. perl has more capabilities than can be easily counted. Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top