-
Notifications
You must be signed in to change notification settings - Fork 0
/
Web.Debug DE.config
39 lines (34 loc) · 1.43 KB
/
Web.Debug DE.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<connectionStrings>
<add xdt:Transform="SetAttributes" xdt:Locator="Match(name)" name="backend" connectionString="Server=tcp:SQL2;Database=custom_playground;User ID=custom_playground_de;Password=q3(a4CpD\KOi" />
</connectionStrings>
<custom.web>
<contentManagement xdt:Transform="SetAttributes" websiteGuid="e9e30626-05ed-461a-a85d-d88f9e80b139" />
<globalization>
<translation xdt:Transform="SetAttributes" applicationName="Playground,DE" />
<format xdt:Transform="SetAttributes" applicationName="Playground,DE" />
</globalization>
</custom.web>
<custom.diagnostics>
<logger xdt:Transform="SetAttributes" name="Playground_DE" />
</custom.diagnostics>
<system.net>
<mailSettings>
<smtp xdt:Transform="SetAttributes" from="[email protected]" />
</mailSettings>
</system.net>
<system.web>
<membership>
<providers>
<add xdt:Transform="SetAttributes" xdt:Locator="Match(name)" name="CustomMembershipProvider" applicationName="Playground" />
</providers>
</membership>
<roleManager>
<providers>
<add xdt:Transform="SetAttributes" xdt:Locator="Match(name)" name="CustomRoleProvider" applicationName="Playground" />
</providers>
</roleManager>
</system.web>
</configuration>