Rank: Newbie Groups: Member
Joined: 7/19/2010 Posts: 1
|
Hi, my site is configured for Windows Authentication. Which means every time a user wants to visit the site, they must enter a Windows user name and password. My issue is that when I add an EO control on my form, it triggers the user to login again and again. Even if the user enters the user name and password, it keeps asking him for the credentials. The login will not go away unless I hit cancell many times. Or, if I remove the EO control from the form. It seems like windows not trusting the EO dlls or maybe it has something to do with licensing. ANy idea how I can resolve this?
Thank you,
Jay
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I do not know why the authentication is triggered multiple times. It should not happen. However to avoid the problem, you can try to give eo_web.ashx anonymous access. That file is used to render JavaScript files and it should be given anonymous access.
Thanks!
|