[DOTNET] More .Net/IIS tweaking.

2002-05-21 Thread Thomas Have
Hello. We have a client app that connects to an IIS-server (the client makes webrequests aswell as 'remotes' objects hosted by IIS. My problem seems the same in either case though). IIS is set up to use 'Integrated Windows authentication' for the VDir in question. But, according to the IIS-logfil

[DOTNET] Tweaking SSL remoting

2002-05-21 Thread Thomas Have
Hello. We have a number of Server-side objects hosted in IIS. From the Client- side we access them by registering a HttpClientChannel and then use Activator.GetObject( ObjectType, uri ). 'uri' starts ordinarily with 'http'. To use SSL we install a servercertificate and basically let the uri start

[DOTNET] Client Certificates/SSL/Objects hosted in IIS.

2002-05-13 Thread Thomas Have
Hello All. I host a remotable object in IIS and Id like to use SSL to get to it. Now, I've successfully installed/enabled/used a server certificate and gotten server authentication and an encrypted connection working. But I haven't succeeded in using a client certificate. If I configures IIS to r