.NET error after installation

  •  02-14-2006, 10:28 AM

    .NET error after installation

    I'm getting a .NET error which seems to have something to do with my Web.config file. What am I doing wrong with this configuration:
     
    <appSettings>
      <add key="ConnectionString" value="server=Mercury;database=SamplePortal;uid=test;pwd=test" />
      <add key="OnlineTimeout" value="300" />
      <add key="CuteChat.ConnectionStringProvider" value="SamplePortal.ConnectionStringProvider,SamplePortal" />
      </appSettings>
     
     
    Mercury is the server.
    I've left the UID and PWD to test for this post.
    The connection string worked fine for executing the CuteChatConfig.exe
     
    What do I need to modify in this line?:
    <add key="CuteChat.ConnectionStringProvider" value="SamplePortal.ConnectionStringProvider,SamplePortal" />
View Complete Thread