Author: noaml Date: 2006-12-19 11:14:21 -0500 (Tue, 19 Dec 2006) New Revision: 69748
Removed: trunk/mcs/class/Mainsoft.Web/Mainsoft.Web.Administration/web.config Log: remove web.config to rename in one sec Deleted: trunk/mcs/class/Mainsoft.Web/Mainsoft.Web.Administration/web.config =================================================================== --- trunk/mcs/class/Mainsoft.Web/Mainsoft.Web.Administration/web.config 2006-12-19 16:12:55 UTC (rev 69747) +++ trunk/mcs/class/Mainsoft.Web/Mainsoft.Web.Administration/web.config 2006-12-19 16:14:21 UTC (rev 69748) @@ -1,49 +0,0 @@ -<?xml version="1.0"?> - -<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> - - <appSettings> - - <!-- - ***** Defaulf is False ***** - <add key="allowRemoteConfiguration" value="False" />--> - </appSettings> - <connectionStrings/> - - <system.web> - <!-- - Set compilation debug="true" to insert debugging - symbols into the compiled page. Because this - affects performance, set this value to true only - during development. - --> - <roleManager enabled="true" /> - <compilation defaultLanguage="c#" debug="true"/> - <!-- - The <authentication> section enables configuration - of the security authentication mode used by - ASP.NET to identify an incoming user. - --> - <authentication mode="Forms" /> - <!-- - The <customErrors> section enables configuration - of what to do if/when an unhandled error occurs - during the execution of a request. Specifically, - it enables developers to configure html error pages - to be displayed in place of a error stack trace. - - <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> - <error statusCode="403" redirect="NoAccess.htm" /> - <error statusCode="404" redirect="FileNotFound.htm" /> - </customErrors> - --> - - <siteMap> - <providers> - <add siteMapFile="web.sitemap" name="AspNetConfigXmlSiteMapProvider" - type="Mainsoft.Web.Administration.CustomXmlSiteMapProvider" /> - </providers> - </siteMap> - - </system.web> -</configuration> _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
