Hosting ASP.NET outside IIS?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! Has anyone had any attempts on using the system.web.hosting classes for hosting ASP.NET pages outside IIS. I'm trying to build a simple ASP server to service some localy hosted ASP pages on a machine that does not have IIS installed.Building the server and client itself is not a problem, but I can't seem to understand how/what the server will have to do to process the pages and return the result to the client. Anyone? Regards, Roger