How can i self host my asp.net mvc website inside c# console application or windows service using IIS Hostable Web Core I tried to using this sample: http://blogs.msdn.com/b/carlosag/archive/2008/04/14/hostyourownwebserverusingiis7.aspx but it didn't work for net 4.5.
Can someone suggest me a way to do it please.
thanks