Hey,

Once you have implemented impersonation in the web.config file, you should be able to use the DefaultCredentials property, as this will be running as the context of the logged in user.

For this to work, remove the credentials from your web.config file.

Gary