Hello If I have a folder with images in them and that folder uses Integrated Windows authentication.. From an asp.net application I develop is there a way to call these ressources and pass the credentials in the back end so the user does not get prompted
to enter his credentials??
Alex_808
Member
39 Points
92 Posts
Integrated Windows authentication
Jan 21, 2013 11:11 PM|LINK
Hello If I have a folder with images in them and that folder uses Integrated Windows authentication.. From an asp.net application I develop is there a way to call these ressources and pass the credentials in the back end so the user does not get prompted to enter his credentials??
Alex
rojay12
Contributor
4065 Points
738 Posts
Re: Integrated Windows authentication
Jan 21, 2013 11:25 PM|LINK
yes, i would add a web.config to the images forlder and add the identity tag to the web.config.
<identity impersonate="true" userName="domain\user" password="password" />http://msdn.microsoft.com/en-us/library/aa292118(v=vs.71).aspx
Lead Application Developer