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.




gemini v3.1 web config file

web-app

hi , I followed the instrcution in the installation manual , but it didnt work , an error message appear when i want to run Gemini on the web confige file

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly"/>
    </system.web>
</configuration>

configuration>
    <system.web>
        <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

mts
· 1
mts
Replies (10)
helpful
0
not helpful

Can you please set the customErrors tag to Off in the web.config file?

It will shows us the error.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

this error message appears :

Source Error:

Line 59:           "off" Display custom (friendly) messages only to users not running on the local Web server
Line 60:     -->
Line 61:     <customErrors mode="off" defaultRedirect="Error.aspx" />
Line 62:     <!--  AUTHENTICATION  (Gemini possible modes are "Windows", "Forms") -->
Line 63:     <authentication mode="Forms">


mts
· 1
mts
helpful
0
not helpful

Do you get an error at the top of the page? can you send the full page?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

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: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: RemoteOnly, On, Off.

Source Error:

Line 59:           "off" Display custom (friendly) messages only to users not running on the local Web server
Line 60:     -->
Line 61:     <customErrors mode="off" defaultRedirect="Error.aspx" />
Line 62:     <!--  AUTHENTICATION  (Gemini possible modes are "Windows", "Forms") -->
Line 63:     <authentication mode="Forms">

Source File: C:\Program Files\CounterSoft\Gemini Project Issue Tracking\Gemini Web Application\web.config    Line: 61

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


mts
· 1
mts
helpful
0
not helpful

Please use capital "O" in Off.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

the following error appears :

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: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 44:         <add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 45:         <add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 46:         <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 47:         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 48:         <add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />

Source File: C:\Program Files\CounterSoft\Gemini Project Issue Tracking\Gemini Web Application\web.config    Line: 46

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

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


mts
· 1
mts
helpful
0
not helpful

You need to install ASP.NET Ajax for .NET 2.0: http://www.asp.net/ajax/downloads/default.aspx?wwwaspnetrdirset=1

 


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

it works :) thank you

but how can i have admin username and passowrd!!!


mts
· 1
mts
helpful
0
not helpful

How did you install the database? if through EXE then the user is manager and password is manager

For scripts its admin and admin


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thank you so much


mts
· 1
mts