FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ClearScript/docs/Reference/Web.Config at master · PascalMing/ClearScript · GitHub
PascalMing
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ClearScript
/
docs
/
Reference
/
Web.Config
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (35 loc) · 1.29 KB
Breadcrumbs
ClearScript
/
docs
/
Reference
/
Web.Config
Copy path
File metadata and controls
35 lines (35 loc) · 1.29 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
32
33
34
35
<?
xml
version
=
"
1.0
"
?>
<
configuration
xmlns
=
"
http://schemas.microsoft.com/.NetConfiguration/v2.0
"
>
<
system
.web>
<
customErrors
mode
=
"
On
"
defaultRedirect
=
"
~/html/GeneralError.htm
"
>
<
error
statusCode
=
"
404
"
redirect
=
"
~/html/PageNotFound.htm
"
/>
</
customErrors
>
<
compilation
debug
=
"
false
"
>
<
assemblies
>
<
add
assembly
=
"
System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
"
/>
</
assemblies
>
</
compilation
>
<
pages
>
<
namespaces
>
<
add
namespace
=
"
System
"
/>
<
add
namespace
=
"
System.Collections.Generic
"
/>
<
add
namespace
=
"
System.Globalization
"
/>
<
add
namespace
=
"
System.IO
"
/>
<
add
namespace
=
"
System.Linq
"
/>
<
add
namespace
=
"
System.Text
"
/>
<
add
namespace
=
"
System.Text.RegularExpressions
"
/>
<
add
namespace
=
"
System.Web
"
/>
<
add
namespace
=
"
System.Web.Script.Serialization
"
/>
<
add
namespace
=
"
System.Web.UI
"
/>
<
add
namespace
=
"
System.Xml
"
/>
<
add
namespace
=
"
System.Xml.Serialization
"
/>
<
add
namespace
=
"
System.Xml.XPath
"
/>
</
namespaces
>
</
pages
>
</
system
.web>
<
appSettings
>
<!--
Increase this value if you get an "Operation is not valid due to the current state of the object" error
when using the search page.
-->
<
add
key
=
"
aspnet:MaxJsonDeserializerMembers
"
value
=
"
100000
"
/>
</
appSettings
>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL