Hi,
I have a self hosted webservice http://localhost/services/selfhostedservice?wsdl on http port 80 but when i run it on win2003 or Vista IIS which is also on port 80, IIS gets inaccessible.
If i open http://localhost in the browser i get 'Endpoint not found'. The service works fine.
From what i read on MSDN both should be handled by http.sys and this should work.
Quote: "But because WCF and IIS 6.0 both use the kernel-mode HTTP stack
(HTTP.sys), IIS 6.0 can share port 80 with other self-hosted WCF
services running on the same machine, unlike IIS 5.1." (Source: http://msdn.microsoft.com/en-us/library/ms730158.aspx)
From what i understand from the docs. this should work strait from the box without any configuration.
So i am obviously doing something wrong...
Anybody any idea..
TIA
Dirk