J
Jamie
I'm trying to create a HttpWebRequest object that uses the current logged in
users credentials. The site is using Windows Authentication, Anonymous
access is turned off.
Will the HttpWebRequest object use the current users credentials if i use
<identity impersonate="true" /> ? or do i have to set the Credentials
property of the web request? If i do, how do i set it to be the current
windows user logged into the application? I don't want to create a
NetworkCredential object where i would have to pass in the login and
password of the user.
Thanks,
users credentials. The site is using Windows Authentication, Anonymous
access is turned off.
Will the HttpWebRequest object use the current users credentials if i use
<identity impersonate="true" /> ? or do i have to set the Credentials
property of the web request? If i do, how do i set it to be the current
windows user logged into the application? I don't want to create a
NetworkCredential object where i would have to pass in the login and
password of the user.
Thanks,