Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBen Maurer <benm@mono-cvs.ximian.com>2003-11-05 02:44:56 +0300
committerBen Maurer <benm@mono-cvs.ximian.com>2003-11-05 02:44:56 +0300
commit302311405c0b0f1cf75747f0d4ff93809565ca0d (patch)
tree6c932ad8e0f40d3338587b260430132f6c85ea29 /data
parent4ff2d5114047521a03244a2153d6c21480a57962 (diff)
add WebResource.axd support
svn path=/trunk/mono/; revision=19632
Diffstat (limited to 'data')
-rw-r--r--data/machine.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/machine.config b/data/machine.config
index 3856544c311..32863cbee49 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -69,6 +69,7 @@
<add verb="*" path="*.asmx" validate="false"
type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services" />
<add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web" />
+ <add verb="GET" path="WebResource.axd" type="System.Web.Handlers.AssemblyResourceLoader, System.Web" />
<add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler, System.Web" />
<add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler, System.Web" />
<add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler, System.Web" />