Hi there, I just installed LanSweeper last night, great proggie! Got the server and clients running, only problem left is the webconsole, I have everything setup and can goto the site, but I am getting errors with it, wonder if anybody can help. I'm sure it is a simple configuration error that meeds a simple change to work and I'll kick myself afterwards, below is the error and my web.config file. - Marc
I am almost 100% sure that my problem is in the config file where I point to the SQL server, butno values work at all, from inside or outside, I am publishing the data vis Microsoft ISA server 2004. Any help would be appreciated. Thanks - Marc
<-- Error
System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
System.Exception: The DefaultView was requested but no tables yet exist.
at DreamweaverCtrls.DataSet.get_DefaultView()
Error -->
<-- web.config
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_Lansweeper" value="sqlserver.htm" />
<add key="MM_CONNECTION_STRING_Lansweeper" value="data source=127.0.0.1;persist security info=True;initial catalog=Lansweeper;user id=lsuser;password=********" />
<add key="MM_CONNECTION_DATABASETYPE_Lansweeper" value="SQLServer" />
<add key="MM_CONNECTION_SCHEMA_Lansweeper" value="" />
<add key="MM_CONNECTION_CATALOG_Lansweeper" value="" />
</appSettings>
</configuration>
web.config -->