CounterSoft Community Server

Welcome to CounterSoft Community Server Sign in | Join | Help
Home Forums

Version 3.0.4 Problem after installation

Last post 08-24-2008, 11:14 AM by SaarCohen. 2 replies.
Sort Posts:
  •  08-20-2008, 4:23 PM

    Version 3.0.4 Problem after installation

    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

  •  08-20-2008, 9:02 PM

    Re: Version 3.0.4 Problem after installation

    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

  •  08-24-2008, 11:14 AM

    Re: Version 3.0.4 Problem after installation

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