Is there a way to create a "Self-hosted" Web Site in .Net?

Viewed 10261

Similar to WCF Self Hosting.

Is there a way to create a website that is "self-hosted" within a console application or dll?

Probably the wrong way to ask this question, but what i'd like to do is use this website to split results as web pages without creating the website within IIS.

Thanks.

4 Answers
Related