Added web handlers for .rem and .soap, which are managed by remoting
authorLluis Sanchez <lluis@novell.com>
Thu, 13 Nov 2003 17:27:03 +0000 (17:27 -0000)
committerLluis Sanchez <lluis@novell.com>
Thu, 13 Nov 2003 17:27:03 +0000 (17:27 -0000)
svn path=/trunk/mono/; revision=19949

data/machine.config

index c7024eaf3d127a1fa761862a299e5f83c78b0db9..43c0cb3f34d03c8ea4370980eda80c6be8c95604 100644 (file)
@@ -74,6 +74,8 @@
                        <add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler, System.Web" />
                        <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, System.Web" />
                        <add verb="*" path="*.cs" type="System.Web.HttpForbiddenHandler, System.Web" />
+               <add verb="*" path="*.rem" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting" validate="false" />
+               <add verb="*" path="*.soap" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting" validate="false" />
                        <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler, System.Web" />
                        <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler, System.Web" />
                </httpHandlers>