PHP Classes

File: FrontEndScripts/web.Debug.config

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   FrontEndScripts/web.Debug.config   Download  
File: FrontEndScripts/web.Debug.config
Role: Auxiliary data
Content type: text/plain
Description: Created automatically by Visual Studio
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 1,620 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <!-- ?????????????? ???????? ?? ????????????? ?????????????? ?????? web.config ??. ?? ?????? http://go.microsoft.com/fwlink/?LinkId=125889 --> <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> <!-- ? ????????? ?????? ?????????????? "Replace" ????? ???????? ???? ?????? <customErrors> ? ????? web.config. ????????, ????????? ??????? ?????? ???? ?????? customErrors ? ???? <system.web>, ?? ????????? ???????????? ??????? "xdt:Locator". <customErrors defaultRedirect="GenericError.htm" mode="RemoteOnly" xdt:Transform="Replace"> <error statusCode="500" redirect="InternalError.htm"/> </customErrors> --> </system.web> </configuration>