Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Web.Debug.config 1.2 KB

You have to be logged in to leave a comment. Sign In
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
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
  3. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
  4. <!--
  5. In the example below, the "SetAttributes" transform will change the value of
  6. "connectionString" to use "ReleaseSQLServer" only when the "Match" locator
  7. finds an attribute "name" that has a value of "MyDB".
  8. <connectionStrings>
  9. <add name="MyDB"
  10. connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
  11. xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
  12. </connectionStrings>
  13. -->
  14. <system.web>
  15. <!--
  16. In the example below, the "Replace" transform will replace the entire
  17. <customErrors> section of your web.config file.
  18. Note that because there is only one customErrors section under the
  19. <system.web> node, there is no need to use the "xdt:Locator" attribute.
  20. <customErrors defaultRedirect="GenericError.htm"
  21. mode="RemoteOnly" xdt:Transform="Replace">
  22. <error statusCode="500" redirect="InternalError.htm"/>
  23. </customErrors>
  24. -->
  25. </system.web>
  26. </configuration>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...