[Microsoft.Build] Fix expected output newline from ProcessWrapper.OutputStreamChanged...
[mono.git] / mcs / class / Mainsoft.Web / Mainsoft.Web.AspnetConfig / Web.config.bak
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 \r
41       <siteMap>\r
42         <providers>\r
43           <add siteMapFile="web.sitemap" name="AspNetConfigXmlSiteMapProvider"\r
44               type="Mainsoft.Web.Administration.CustomXmlSiteMapProvider" />\r
45         </providers>\r
46       </siteMap>\r
47       \r
48     </system.web>\r
49 </configuration>\r