Don't ignore drives with type "aufs" or "overlay" (Xamarin-31021)
[mono.git] / mcs / class / Mainsoft.Web / Mainsoft.Web.AspnetConfig / Web.config
1 <?xml version="1.0"?>\r
2 \r
3 <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">\r
4 \r
5     <appSettings>\r
6       \r
7         <!-- \r
8                 *****  Defaulf is False *****\r
9         <add key="allowRemoteConfiguration" value="False" />-->\r
10     </appSettings>\r
11     <connectionStrings/>\r
12   \r
13     <system.web>\r
14         <!-- \r
15             Set compilation debug="true" to insert debugging \r
16             symbols into the compiled page. Because this \r
17             affects performance, set this value to true only \r
18             during development.\r
19         -->\r
20         <roleManager enabled="true" />\r
21         <compilation defaultLanguage="c#" debug="true"/>\r
22         <!--\r
23             The <authentication> section enables configuration \r
24             of the security authentication mode used by \r
25             ASP.NET to identify an incoming user. \r
26         -->\r
27         <authentication mode="Forms" />\r
28         <!--\r
29             The <customErrors> section enables configuration \r
30             of what to do if/when an unhandled error occurs \r
31             during the execution of a request. Specifically, \r
32             it enables developers to configure html error pages \r
33             to be displayed in place of a error stack trace.\r
34 \r
35         <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">\r
36             <error statusCode="403" redirect="NoAccess.htm" />\r
37             <error statusCode="404" redirect="FileNotFound.htm" />\r
38         </customErrors>\r
39         -->\r
40     </system.web>\r
41 </configuration>\r