Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Windows Authentication

web-app

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
Stuart Tresadern
Replies (8)
helpful
0
not helpful

Have you created any windows users in Gemini?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes I have created al the users  (DOMAINNAME\USERNAME).

 


Stuart Tresadern
· 1
Stuart Tresadern
helpful
0
not helpful

What is the page that can not be displayed? default.aspx or main.aspx?

 


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I have tried both pages - same result.

 


Stuart Tresadern
· 1
Stuart Tresadern
helpful
0
not helpful

Please paste the contents of authentication setting in the web.config file.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

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


Stuart Tresadern
· 1
Stuart Tresadern
helpful
0
not helpful

It should be:

<authentication mode="Windows">

<forms name="Gemini205" loginUrl="Default.aspx" timeout="60" path="/">

</forms>

</authentication>


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

THANK YOU.


Stuart Tresadern
· 1
Stuart Tresadern