I would like to know whether I can host ASP.NET site on a Linux Hosting server? Or is it that only PHP and HTML sites can be hosted on such a server?

I am ignorant.

Please guide me.

link|improve this question
6  
only good websites, bad one should be hosted on a windows server! – RageZ Dec 21 '11 at 12:20
read this maby it will help you: mono-project.com/FAQ:_ASP.NET – piotrekkr Dec 21 '11 at 12:21
feedback

migrated from stackoverflow.com Dec 21 '11 at 12:40

This question came from our site for professional and enthusiast programmers.

closed as off topic by Iain, Scott Pack, jscott, Tom O'Connor, Chris S Dec 21 '11 at 13:41

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

4 Answers

Yes. You can run Mono on an Apache server.
www.mono-project.com/ASP.NET

link|improve this answer
Just because you can, doesn't mean you should. – Tom O'Connor Dec 21 '11 at 13:31
feedback

Any type of site could theoretically be hosted on a server. It just depends on what software is installed on that server, that supports Linux.

link|improve this answer
feedback

If you need to host ASP.NET, I would recommend you to find Windows hosting provider. Please check hostforlife.eu, they support ASP.NET, PHP and also HTML. I find it from Microsoft site. Good luck

link|improve this answer
feedback

you can host ASP.net on Apache server.

If you are hosting the ASP.NET site in the windows(IIS) server all the version will be supported and there will be many applications that can be supported. But in linux server there will be only specific versions and there are less applications.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.