Rank: Member Groups: Member
Joined: 4/23/2009 Posts: 23
|
I am using a web config with an impersonate='true' so that the windows user access the sql server. When I use the eo downloader, it changes the user to a generic web name. Is there any way to tell the downloader to use the windows user name?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Downloader does not do anything special about authentication. The only thing that's special about downloader is the actual download process runs through eo_web.ashx, not the page that contains the downloader. However I believe if the impersonation is set on the whole app, then it should affect eo_web.ashx too.
If none works, then you may need to use a special fixed login for your DB access. There is no interface on the Downloader to allow you to change anything about authentication because it does not deal with it directly in anyway.
Thanks!
|