asp.net mvc 2 - Possible to use ASPNET MVC2 without IIS? -
i know of servicehost class, lets me write custom host wcf service. means there's no requirement iis. (i know advantages of using iis - no need rehash me.).
is there similar allow me host aspnet mvc2, without iis? conversely, iis hard requirement aspnet mvc2?
has used ultldev cassini, , if so, experiences? run aspnet mvc2?
(i using .net 3.5)
you can run on cassini, mono, iis or host whole asp.net runtime in own application. (actually pretty easy)
Comments
Post a Comment