22 lines
2.3 KiB
XML
22 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Per altre informazioni sull'utilizzo della trasformazione web.config, vedere https://go.microsoft.com/fwlink/?LinkId=125889 -->
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<appSettings>
|
|
<!--DB connstring-->
|
|
<add key="AdmodellingConnectionString" value="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="DbConfConnectionString" value="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="DevicesAuthConnectionString" value="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="PermessiConnectionString" value="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="AdmodellingConnectionString" connectionString="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
|
<add name="ErrorLog" connectionString="Data Source=WIN2019SQL\SQLEXPRESS;Initial Catalog=Elmah;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
|
</connectionStrings>
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
</system.web>
|
|
</configuration> |