Forum-Inzynieria1/Trunk/Server/Forum/MailSender/Web.Debug.config
2018-12-08 19:27:21 +01:00

31 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Aby uzyskać więcej informacji o używaniu przekształcania pliku web.config, odwiedź stronę https://go.microsoft.com/fwlink/?LinkId=301874 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
W przykładzie poniżej przekształcenie „SetAttributes” spowoduje zmianę wartości
„connectionString” tak, aby wartość „ReleaseSQLServer” była używana wyłącznie wtedy,
gdy lokalizator „Match” odnajdzie atrybut „name” o wartości „MyDB”.
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<system.web>
<!--
W przykładzie poniżej przekształcenie „Replace” zamienia całą
sekcję <customErrors> pliku Web.config.
Zwróć uwagę, że skoro węzeł <system.web> zawiera tylko jedną
sekcję customErrors, nie trzeba używać atrybutu „xdt:Locator”.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>