S
Steve Drake
All,
I have a WEBPAGE that needs to pass the current credentials to a .NET
remoted object so this can pass the credentials to a SOAP WEBSERVICE (All
written in C#)
But I cannot see how I pass credentials to the remoted object, any ideas?
If there was no remote layer then I could just do :
WebServiceObject.Credentials =
System.Net.CredentialCache.DefaultCredentials;
But System.Net.CredentialCache.DefaultCredentials is not Serializable so
this does not work with the remeoting layer.
Steve
I have a WEBPAGE that needs to pass the current credentials to a .NET
remoted object so this can pass the credentials to a SOAP WEBSERVICE (All
written in C#)
But I cannot see how I pass credentials to the remoted object, any ideas?
If there was no remote layer then I could just do :
WebServiceObject.Credentials =
System.Net.CredentialCache.DefaultCredentials;
But System.Net.CredentialCache.DefaultCredentials is not Serializable so
this does not work with the remeoting layer.
Steve