E
Eugen Walcher
Hello all,
I have a web service accessing data on a local development machine and
I'm trying to write a C# smart device application that will consume this
web service. I can only get the web service to work with Windows
Authentication and the <identity impersonate="true" /> in my web.config
file.
I have successfully consumed the service using a windows form
application but I can't get it working using the compact framework.
I've had a look around and have determined that the CredentialCache
methods of System.Net aren't available in the compact framework.
Does anyone know a way around this?
Thanks for reading.
I have a web service accessing data on a local development machine and
I'm trying to write a C# smart device application that will consume this
web service. I can only get the web service to work with Windows
Authentication and the <identity impersonate="true" /> in my web.config
file.
I have successfully consumed the service using a windows form
application but I can't get it working using the compact framework.
I've had a look around and have determined that the CredentialCache
methods of System.Net aren't available in the compact framework.
Does anyone know a way around this?
Thanks for reading.