Self Contained MVC Website

592 views Asked by At

I once read about a .net framework which allowed for an exe to house an entire website and server, so deploy was as easy as killing the exe and launching the new one. I am looking for that framework or any other like that for the .net runtime. Does anyone know what self-contained webserver/sites solutions would be best? And has anyone used it in a production environment.

2

There are 2 answers

0
maxfridbe On

I've found one of the one's I've seen: http://webserver.codeplex.com/ although it looks like the activity has fallen off.

3
Mark Price On

What about XAMPP USB LITE? http://www.apachefriends.org/en/xampp-windows.html#646

Everything isn't within a single .exe, it is within a single folder, but it does run from a .exe (or two i can't remember). I haven't used this in a production environment. Hope this helps.