Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / data / net_2_0 / web.config
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <configuration>
4
5         <system.web>
6                 <monoSettings>
7                         <compilersCompatibility>
8                                 <compiler language="c#;cs;csharp" extension=".cs" compilerOptions="/nowarn:0169"
9                                           type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
10                         </compilersCompatibility>
11                 </monoSettings>
12                 
13                 <authorization>
14                         <allow users="*" />
15                 </authorization>
16                 <httpHandlers>
17                         <add verb="*" path="Trace.axd" type="System.Web.Handlers.TraceHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
18                         <add verb="*" path="UrlRouting.axd" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
19                         <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
20                         <add verb="*" path="*.asmx" validate="false" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
21                         <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
22                         <add verb="GET" path="WebResource.axd" type="System.Web.Handlers.AssemblyResourceLoader, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
23                         <add verb="*" path="*.master" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
24                         <add verb="*" path="*.resources" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
25                         <add verb="*" path="*.skin" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
26                         <add verb="*" path="*.browser" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
27                         <add verb="*" path="*.sitemap" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
28                         <add verb="*" path="*.webinfo" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
29                         <add verb="*" path="*.resx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
30                         <add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
31                         <add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
32                         <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
33                         <add verb="*" path="*.Config" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
34                         <add verb="*" path="*.cs" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
35                         <add verb="*" path="*.vb" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36                         <add verb="*" path="*.csproj" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37                         <add verb="*" path="*.vbproj" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
38                         <add verb="*" path="*.licx" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
39                         <add verb="*" path="*.dll" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
40                         <add verb="*" path="*.rem" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" />
41                         <add verb="*" path="*.soap" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" />
42                         <add verb="*" path="*.svc" type="System.ServiceModel.Channels.SvcHttpHandlerFactory, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
43                         <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
44                         <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
45                 </httpHandlers>
46                 <httpModules>
47                         <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
48                         <add name="OutputCache" type="System.Web.Caching.OutputCacheModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
49                         <add name="RoleManager" type="System.Web.Security.RoleManagerModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
50                         <add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
51                         <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
52                 </httpModules>
53                 <authentication mode="Forms">
54                         <forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">
55                                 <credentials passwordFormat="Clear">
56                                         <!--<user name="gonzalo" password="gonz"/>-->
57                                 </credentials>
58                         </forms>
59                 </authentication>
60                 <machineKey validationKey="AutoGenerate" decryptionKey="AutoGenerate" validation="SHA1" />
61                 <globalization  requestEncoding="utf-8"
62                                 responseEncoding="utf-8"
63                                 fileEncoding="utf-8"/>
64                 <!--
65                                 culture="en-US"
66                                 uiculture="en-US" />
67                 -->
68                 <sessionState mode="InProc" />
69                 <pages>
70                         <namespaces>
71                                 <add namespace="System" />
72                                 <add namespace="System.Collections" />
73                                 <add namespace="System.Collections.Specialized" />
74                                 <add namespace="System.Configuration" />
75                                 <add namespace="System.Text" />
76                                 <add namespace="System.Text.RegularExpressions" />
77                                 <add namespace="System.Web" />
78                                 <add namespace="System.Web.Caching" />
79                                 <add namespace="System.Web.SessionState" />
80                                 <add namespace="System.Web.Security" />
81                                 <add namespace="System.Web.Profile" />
82                                 <add namespace="System.Web.UI" />
83                                 <add namespace="System.Web.UI.WebControls" />
84                                 <!-- <add namespace="System.Web.UI.WebControls.WebParts" /> -->
85                                 <add namespace="System.Web.UI.HtmlControls" />
86                         </namespaces>
87                 </pages>
88                 <webControls clientScriptsLocation="/web_scripts" />
89                 <compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
90                         <assemblies>
91                                 <!--<add assembly="mscorlib" /> -->
92                                 <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
93                                 <add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
94                                 <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
95                                 <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
96                                 <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
97                                 <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
98                                 <add assembly="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"/>
99                                 <add assembly="System.IdentityModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"/>
100                                 <add assembly="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
101                                 <add assembly="System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
102                                 <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
103                                 <add assembly="*" /> <!-- Add assemblies in bin directory -->
104                         </assemblies>
105                         <expressionBuilders>
106                                 <add expressionPrefix="Resources"
107                                      type="System.Web.Compilation.ResourceExpressionBuilder, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
108                                 <add expressionPrefix="ConnectionStrings"
109                                      type="System.Web.Compilation.ConnectionStringsExpressionBuilder, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
110                                 <add expressionPrefix="AppSettings"
111                                      type="System.Web.Compilation.AppSettingsExpressionBuilder, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
112                         </expressionBuilders>
113                         <buildProviders>
114                                 <add extension=".aspx" type="System.Web.Compilation.PageBuildProvider" />
115                                 <add extension=".ascx" type="System.Web.Compilation.UserControlBuildProvider" />
116                                 <add extension=".master" type="System.Web.Compilation.MasterPageBuildProvider" />
117                                 <add extension=".asmx" type="System.Web.Compilation.WebServiceBuildProvider" />
118                                 <add extension=".ashx" type="System.Web.Compilation.WebHandlerBuildProvider" />
119                                 <add extension=".soap" type="System.Web.Compilation.WebServiceBuildProvider" />
120                                 <add extension=".resx" type="System.Web.Compilation.ResXBuildProvider" />
121                                 <add extension=".resources" type="System.Web.Compilation.ResourcesBuildProvider" />
122                                 <add extension=".wsdl" type="System.Web.Compilation.WsdlBuildProvider" />
123                                 <add extension=".xsd" type="System.Web.Compilation.XsdBuildProvider" />
124                                 <add extension=".js" type="System.Web.Compilation.ForceCopyBuildProvider" />
125                                 <add extension=".lic" type="System.Web.Compilation.IgnoreFileBuildProvider" />
126                                 <add extension=".licx" type="System.Web.Compilation.IgnoreFileBuildProvider" />
127                                 <add extension=".exclude" type="System.Web.Compilation.IgnoreFileBuildProvider" />
128                                 <add extension=".refresh" type="System.Web.Compilation.IgnoreFileBuildProvider" />
129                         </buildProviders>
130                 </compilation>
131                 <httpRuntime executionTimeout="110"
132                              maxRequestLength="4096"
133                              useFullyQualifiedRedirectUrl="false"
134                              minFreeThreads="8"
135                              minLocalRequestFreeThreads="4"
136                              appRequestQueueLimit="5000" />
137                 <clientTarget>
138                         <add alias="ie5" userAgent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)" />
139                         <add alias="ie4" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" />
140                         <add alias="uplevel" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" />
141                         <add alias="downlevel" userAgent="Unknown" />
142                 </clientTarget>
143
144                 <siteMap>
145                         <providers>
146                                 <add name="AspNetXmlSiteMapProvider"
147                                  description="Default site map provider that reads in .sitemap xml files."
148                                  type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
149                                  siteMapFile="Web.sitemap" />
150                         </providers>
151                 </siteMap>
152         </system.web>
153
154 </configuration>