We have a Windows Form application that contains the IE browser control. Our users launch the application and open links to documents stored in MOSS. We are trying to install an application to transfer the credentials of a service account so that we can not give all users access to the MOSS site. We used the code found here , which seems to work fine if the user has not currently signed our domain. However, the application will not pass authentication to the service account for any user who has already authenticated in the domain. In this case, it just uses authenticated user credentials.
Does anyone know how we can do this?
Thank!
Jeff
source
share