What I am really looking for is an embedded Webserver to host within my app. I want to say something like the following:
Code:
WebServer server = new WebServer("c:\myapp\webroot")
server.Start();
My company has a large internal application which we'd like to have a few web pages as a part of the local install for the user (think Visual Studio 2005 start page). The embedded option is much better for us than the installation and service, as our users won't have admin access on their machines.