Are there any guides on self-hosting asp.Net MVC 6 (or vNext)? I know it is supposed to be self-hostable but I dont think it's as easy as it is with web API and just calling WebApp.Start and passing the Startup class, correct me if I'm wrong.
            Asked
            
        
        
            Active
            
        
            Viewed 1,912 times
        
    8
            
            
        - 
                    I think there's already a sample self host on the vNext pages and if I remember correctly it is dead-simple! – TGlatzer Jan 05 '15 at 20:54
 - 
                    1It is pretty new technology and there isn't much out there. Not sure why you would -1 him for asking. – RickJames Jan 05 '15 at 21:13
 - 
                    I just mentioned it - i was not -1ing him. Nice you had the matching link. – TGlatzer Jan 05 '15 at 22:05
 - 
                    @TGlatzer do you happen to have a link to the sample, would make my day if you did? – Phil Jan 04 '16 at 16:51
 - 
                    https://github.com/aspnet/Hosting/tree/dev/samples/SampleStartups – TGlatzer Jan 06 '16 at 13:05