Hello all,
I have found a problem accesing a web service hosted in IIS 5.0 in a W2K box.
The web service site is configured to accept both integrated windows authentication and client certificates.
I have a WinForm 2.0 client application and when it presents a certificate it works fine, but when it tries to access the web service using integrated security it times out.
Both accesses are via an https: uri.
Moreover,...