Hans, When you use the HttpListener, all it does is provide an interface - Nicholas Paldino [.NET/C# MVP] |
Thursday, December 13, 2007 10:13 AM
|
Hans,
When you use the HttpListener, all it does is provide an interface for
HTTP clients to connect to. It does NONE of the underlying work to actually
process the page.
You can actually host the ASP.NET runtime in your own app. Here is an
article which explains how to do it:
http://www.microsoft.com/belux/msdn/nl/community/columns/desmet/hostaspnet1.mspx
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com |
 |
Suggest that you take a look at the "Cassini" managed web server code. - pbromber |
Thursday, December 13, 2007 1:33 PM
|
Suggest that you take a look at the "Cassini" managed web server code. There
are several versions that people have enhanced. Search and you will find.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com |
 |
Hi Nicholas,I guess I should have mentioned more explicitely that the - Hans-Jürgen Philippi |
Friday, December 14, 2007 8:54 AM
|
Hi Nicholas,
I guess I should have mentioned more explicitely that the application I've
created actually does involve the CreateApplicationHost() method and thereby
the ASP.NET runtime. As I've said before: The hidden HTML form session
variables are created, but nevertheless the most simple page functionality
is not executed.
http://www.microsoft.com/belux/msdn/nl/community/columns/desmet/hostaspnet1.mspxI'll see if this article points me to something I may have forgotten.Thanks anyway,Hans |
 |