Click to See Complete Forum and Search --> : Web service access


FaisalJ
April 25th, 2003, 02:07 AM
My web service uses the .net CryptoAPI. To use the API, high level access is required, so I removed the Anonymous access and set impersonate true in web.config. This all works well when I access the webservice from the PC where the service is hosted. However, other users on the same network domain are unable to call the function that uses the CryptoAPI.

Help!!! I Want to give full access to any one.

Thanks!