.net - Host ASP.NET App In WCF or Generic Web Server -
objective:
we have windows service/generic exe hosts wcf service (.net 3.5). i'd able take third party asp.net component in dll, , host through wcf service.
is possible do, in way?
it seems if want host asp.net app, must through iis, don't use iis. there way load asp.net app memory, make app available through endpoint, , receive requests app?
specifically, we'd take "microsoft.reportviewer.webforms.dll", expose web form in web page, , accept requests web form.
http://msdn.microsoft.com/en-us/library/ms251723.aspx
looking me started. thx.
from owin.org
"owin
defines standard interface between .net web servers , web applications. goal of owin
interface decouple server , application, encourage development of simple modules .net web development, and, being open standard, stimulate open source ecosystem of .net web development tools."
essentially owin
implementations, katana
(owin implementations microsoft servers , frameworks.), self host web apps, in windows nt service.
Comments
Post a Comment