Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i use iis server and windows 7 for hosting
but i want to host my same website in
operating system:linux
server :apache
is it possible ? yes or no
yes, how ?
Posted
Updated 19-Mar-13 8:00am
v2
Comments
ZurdoDev 19-Mar-13 14:00pm    
Have you looked on Apache's website to see if they support ASP.Net? I have never used Apache before but if I needed to do this instead of ask a bunch of random strangers I would ask Apache first.
Sergey Alexandrovich Kryukov 19-Mar-13 14:39pm    
They do. I answered the question, please see.
—SA
Sergey Alexandrovich Kryukov 19-Mar-13 14:01pm    
Good question, but didn't you try to find this pretty well-know information. (I voted 4 for the question).
—SA

1 solution

Yes, this is possible. You would need three open-source products: Apache, Mono and the module to support ASP.NET for Apache. Please see:

http://en.wikipedia.org/wiki/Apache_HTTP_Server[^];
https://httpd.apache.org/[^];

Mono is the open-source multiplatform CLR implementation, alternative to .NET. It is available on many OS including Windows:
http://en.wikipedia.org/wiki/Mono_%28software%29[^],
http://www.mono-project.com/[^];

http://en.wikipedia.org/wiki/Mod_mono[^],
http://www.mono-project.com/Mod_mono[^].

A module alternative to mod_mono is mod_aspnet: http://mod-aspdotnet.sourceforge.net/[^].

Good luck,
—SA
 
Share this answer
 
v2
Comments
priyanshbhaliya 19-Mar-13 14:36pm    
thanks a lot
Sergey Alexandrovich Kryukov 19-Mar-13 14:38pm    
My pleasure.
Good luck, call again.
—SA
Maciej Los 19-Mar-13 14:52pm    
Your knowledge is - probably - unlimited ;)
+5!
Sergey Alexandrovich Kryukov 19-Mar-13 15:00pm    
Gosh, it is not... :-)
Thank you, Maciej.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900