Home Home
  login

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.




Gemin iapp error when running sysem admin function

desktop
add-ons

When running the System Admin menu option having signed in as Admin/Admin we get the following error message.

All other functions work fine.

We have tried making the Gemini\Admin directory a virtual directory in IIS and this has not resolved.

Gemini directory is a Virtual IIS directory.

We are running 2.0.3

Server Error in '/Gemini' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 179:        <customErrors mode="Off" />
Line 180:       <!--  AUTHENTICATION  (Gemini possible modes are "Windows", "Forms") -->
Line 181:       <authentication mode="Forms">
Line 182:            <forms name="Gemini20" loginUrl="Default.aspx" path="/"></forms>
Line 183:       </authentication>

Source File: c:\inetpub\wwwroot\gemini\admin\web.config    Line: 181

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300

bedders
· 1
bedders
Replies (1)
helpful
0
not helpful

My guess is you have a web.config in a directory OTHER then the root of the application (as defined in IIS) and it contains the authentication mode tag. The authentication mode can only be set once (and in the root directory's web.config).


Mark Wing
· 9108
Mark Wing