FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Magicodes.NET/Plus/Magicodes.Admin/web.Debug.config at master · magicodes/Magicodes.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
magicodes
/
Magicodes.NET
Public archive
Notifications
You must be signed in to change notification settings
Fork
90
Star
115
Code
Issues
11
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Magicodes.NET
/
Plus
/
Magicodes.Admin
/
web.Debug.config
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (26 loc) · 1.19 KB
Breadcrumbs
Magicodes.NET
/
Plus
/
Magicodes.Admin
/
web.Debug.config
Copy path
File metadata and controls
31 lines (26 loc) · 1.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?
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”的值,以仅在“Match”定位器
找到值为“MyDB”的特性“name”时使用“ReleaseSQLServer”。
<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”转换将替换
web.config 文件的整个 <customErrors> 节。
请注意,由于
在 <system.web> 节点下仅有一个 customErrors 节,因此不需要使用“xdt:Locator”特性。
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</
system
.web>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL