System.Net.HttpListener

  • Thread starter Thread starter Antimon
  • Start date Start date
A

Antimon

Hi,
Anyone using the new System.Net.HttpListener class included in 2.0? How
about the performance?
And can it register for example "http://host:80/app" to use with iis
running website on "http://host:80/" ? I cannot register same port
prefix when iis is running on winxp sp2. But it might be working on
w2k3.
 
Antimon said:
Hi,
Anyone using the new System.Net.HttpListener class included in 2.0? How
about the performance?
And can it register for example "http://host:80/app" to use with iis
running website on "http://host:80/" ? I cannot register same port
prefix when iis is running on winxp sp2. But it might be working on
w2k3.

The performance is good with HttpListener. And yes you can have more than
one process on port 80 with Win2003 due to it being IIS6 not IIS5. One thing
to be careful of though is registering a prefix in this way requires admin
privilege (unless the ACL of teh prefix has already been modified to allow
the account using httpcfg.exe)

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top