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.




Version 3.0.4 Problem after installation

web-app

Hi together,

i have just installed Gemini Version 3.0.4 on a Windows Server 2008 Enterprise virtual maschine.
I installed the SQLServer, the sample db, iis7 and ajax as described in the installation guide

Now I have the problem that I still get error messages i cannot handle with. I know it has definitly something to do with the web.config, but I don't know what's the problem.
I tried to follow the points in the installation guide but i'm not quite sure if all these things under 9 where easy enough for me to understand :)

When I try to open http://localhost/gemini this message follows:   

Konfigurationsfehler   

Doppelter Auflistungseintrag vom Typ "add" mit auf "ScriptHandlerFactory" festgelegtem eindeutigen Schlüsselattribut "name" kann nicht hinzugefügt werden.

 168: <remove name="WebServiceHandlerFactory-Integrated"/>
  169: <add name="ScriptHandlerFactory" verb="" path=".asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
  170: <add name="ScriptHandlerFactoryAppServices" verb="" path="_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

Perhaps someone can help me out with a sample web.config.

I want to thank you in advance.

Greetings riverman

riverman
· 1
riverman
Replies (2)
helpful
0
not helpful

Now I commented all the red lines (<!--...-->) and I had to copy the system.web.extensions.dll to my bin folder. But now I get this message:

 

Server Error in '/Gemini' Application.

Fehler bei der Anmeldung für den Benutzer 'sa'. Der Benutzer ist keiner vertrauenswürdigen SQL Server-Verbindung zugeordnet.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Fehler bei der Anmeldung für den Benutzer 'sa'. Der Benutzer ist keiner vertrauenswürdigen SQL Server-Verbindung zugeordnet.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


 

I must confess I don't know much about SQL and that's why I'm not sure where I can edit to get rid of this problem. I hope you can help me :)

Thanks in advance


riverman
· 1
riverman
helpful
0
not helpful

You need to make sure that the connection string in the web.config file is set correctly (server, database, user name and password).


Saar Cohen
· 5000
Saar Cohen