‎08-16-2011 11:07 PM
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_Lansweeper" value="sqlserver.htm" />
<add key="MM_CONNECTION_STRING_Lansweeper" value="Persist Security Info=False;Data Source=****;Initial Catalog=lansweeperdb;User ID=lansweeperuser;Password=******;Connect Timeout=120" />
<add key="MM_CONNECTION_DATABASETYPE_Lansweeper" value="SQLServer"/>
<add key="MM_CONNECTION_SCHEMA_Lansweeper" value=""/>
<add key="MM_CONNECTION_CATALOG_Lansweeper" value=""/>
</appSettings>
<system.web>
<authentication mode="Windows"/>
<identity impersonate="true" />
<authorization>
<allow roles="DOMAIN\Lansweeper Users" />
<deny users="*" />
</authorization>
<compilation debug="true" strict="false" explicit="true"/>
</system.web>
</configuration>
‎08-17-2011 04:54 PM
‎08-17-2011 03:54 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now