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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-08-01 05:10:01 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-08-01 05:10:01 +0400
commitcb3405b1b530248eb8f12f9dd2dcda9cc49a4293 (patch)
tree63b32c48a0fa7baa5919c6da1867fe223df5adea /data
parent21c46d96a36dda2bb514c7091f26b2d6569d753e (diff)
added .ashx files support
svn path=/trunk/mono/; revision=16972
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 654be918103..f8368b8b470 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -64,6 +64,7 @@
<add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, System.Web" />
<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="*" 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" />