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---------------------------------------
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---------------------------------------
