Windows Authentication
I have installed Version 2.0.5
This works fine for forms authentication.
I have changed the web config file to "Windows" authentication
Set the web site to use Windows Authentication and turned of annoymous access
But when I change the following line in the web configuration file to NO:
<add key="AllowAnonymousUsers" value="YES" />
When I try and browse to the site I get the standard (THIS PAGE CANNOT BE DISPLAYED) - Cannot find server or DNS Error.
If I set the AllowAnonymousUsers back to YES i can get access again.
Am I missing somthing ?
|
Stuart Tresadern
· 1 |
|
| Wednesday, September 20, 2006, 1:33:06 PM | |
0
|
Have you created any windows users in Gemini? |
||||
|
|||||
0
|
Yes I have created al the users (DOMAINNAME\USERNAME).
|
||||
|
|||||
0
|
What is the page that can not be displayed? default.aspx or main.aspx?
|
||||
|
|||||
0
|
I have tried both pages - same result.
|
||||
|
|||||
0
|
Please paste the contents of authentication setting in the web.config file. |
||||
|
|||||
0
|
Please find below a copy of the Authentication Settings from the config file:
<!-- AUTHENTICATION (Gemini possible modes are "Windows", "Forms") --> <authentication mode="Windows" />
Regards
Stuart |
||||
|
|||||
0
|
It should be: <authentication mode="Windows"> <forms name="Gemini205" loginUrl="Default.aspx" timeout="60" path="/"> </forms> </authentication> |
||||
|
|||||
0
|
THANK YOU. |
||||
|
|||||




