Server Error in '/' Application

  •  09-09-2008, 11:40 AM

    Server Error in '/' Application

    Hi,
     
    I have seen a few of these errors posted, but none for Live Support, so hope you can help.
     
    I installed Live Support on Windows 2003, MS SQL Server 2000  - -Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
     
    I am getting an error when trying to log into the admin side - http://support.winwinselling.com
     
    admin/admin
     
     
    Wec.config is as follows
     
     <appSettings> 
      <add key="DefaultAdminUsername" value="admin" />  
      <add key="ConnectionString" value="server=82.195.131.208;uid=cutesupport;pwd=test;database=CuteSupport;connection reset=false;"/>
        <!--
      <add key="DatabaseType" value="MSAccess" />
      <add key="MSAccessFilePath" value="../CuteChat4.mdb" />
      -->   
        <!--
      <add key="DatabaseType" value="OracleOleDb" />
      <add key="ConnectionString" value="Provider=OraOLEDB.Oracle;Data Source=orcl;User Id=sysman;Password=admin;"/>
      -->
     </appSettings>
     
    Am testing this for a client so any help greatly appreciated
     
    Dave
View Complete Thread