FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Running ASP && ASP.NET -> APACHE

 


kawkazEE
Ever wonder how to run asp and asp.net on apache?

after months of using php i decided to try asp to compare them, but all the tutorials that ive found on running asp is to use PWS and IIS, PWS are only for NT and IIS is nfor XP Pro only and needs the Xp installer before you8 can use it, while APACHE is free.

first things first. try to download the following.

– Install Apache 2.0.54 or greater

– Install Mod_AspDotNet

Install first the apache and then the Mod_AspDotNet

if you get an error while installing Mod_AspDotNet, if your using windows platform you must have atleat 1.1 .NET FRAMEWORK..

when all things are done, try this page.

<%
reponse.write("Hello World")
%>

--------------END---------------------------------------
modak
For those who would rather prefer a Linux platform, you can use the original mod_mono from the mono project. This is also restricted to ASP.NET 1.1 (a version supporting ASP.NET 2 is under development) and uses the Mono project instead of Microsoft .Net libraries. A standalone webserver called xsp is also available if you want to run ASP.NET separately without Apache.

People familiar with both the projects can confirm if mod_aspdotnet is a derivative of the mod_mono to run with Microsoft libraries or whether it is a clean reimplementation.

Links to the Mono project :

http://www.mono-project.com/ASP.NET

http://www.mono-project.com/FAQ:_ASP.NET
Reply to topic    Frihost Forum Index -> Miscellaneous -> Tutorials

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.