Windows Authentication Prompt
Our users are prompted for the domain credentials everytime they pull up our gemini site. Our hope was that they wouldn't be prompted at all at any time once they are authenticated on the domain. I have uncheck anon access on my IIS site, and have verified that my web.config settings are correct.
Here are some extracts of my web.config.
<!-- AUTHENTICATION (Gemini possible modes are "Windows", "Forms") -->
<authentication mode="Windows">
<forms name="Gemini205" loginUrl="Default.aspx" timeout="60" path="/">
</forms>
</authentication>
<authorization>
<deny users="?">
</deny>
</authorization>
<add key="AllowAnonymousUsers" value="NO" />
<add key="ShowUserRegistrationLink" value="NO" />
Does anyone have any suggestions?
Thanks
Chuck
|
chuck.boyer
· 1 |
|
| Friday, February 16, 2007, 5:36:46 PM | |




