Running an ASP.NET Application Without IIS
If you want to run an ASP.NET web application without using IIS, follow these steps:
1. Download the Neokernel and the ASP.NET application that you want to use.

2. Install the Neokernel with the default options, and unpack or install the ASP.NET files.

3. Copy the ASP.NET files that you want to serve into the folder c:\program
files\cometway\neokernel\html

4. Start the Neokernel by clicking the file c:\program
files\cometway\neokernel\neokernel.exe

5. Go to the URL http://localhost/default.aspx
with your browser. The default URL may vary if the ASP.NET application is
configured to use a different default page; it may be necessary to review the documentation for the ASP.NET application to determine the default page.
Updated: 4/14/10 5:26 PM