aspx_professional thread: Authentication by a web service
I have an asp.net web site that copies files and the uses a web service to copy more files, so authenticated access is required at both points. I am using integrated authentication and impersonation for both yet when the web site tries to access the web service access is denied. Somehow the web site must be authenticated by the web service and impersonation is not doing it. How is this done?
|





