Files
Parasha/SvetoforVKBot/Web.Release.config
2021-10-19 06:04:52 +03:00

22 lines
1001 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using Web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=301874 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
В следующем примере преобразование "SetAttributes" будет изменять значение
"connectionString" с целью использования "ReleaseSQLServer", только когда
указатель "Match" находит атрибут "name", который имеет значение "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>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<customErrors mode="Off"/>
</system.web>
</configuration>