Issue
I have created an MVC4 web application using visual studio. I published/hosted that website in IIS. It works fine in IIS. I want to run this same web site in RedHat. How can I do that?
Solution
Please refer to the Mono article on running ASP.NET and ASP.NET MVC on Mono on Linux.
Answered By - friism