Host MVC web app without IIS

Viewed 19131

I have a Asp.net MVC 3 application which I want to give to a user to use without them having to host it in IIS to run.

What I would like to have is some sort of executable that they click or a service which will host the application and then they can use it from any browser on the network.

What are my options?

4 Answers
Related