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-01-16 06:48:46 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-01-16 06:48:46 +0300
commit1da581452c91363110691cf353c08f7efb764bb1 (patch)
tree9c7dd669cde0e1ac0eb48e51375a7ee6482de329 /data
parentb8d82a392c90f1ebe376b63d64786a9f703ab4d7 (diff)
Added assembly to some type names
svn path=/trunk/mono/; revision=10563
Diffstat (limited to 'data')
-rw-r--r--data/machine.config14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/machine.config b/data/machine.config
index ffa3979763e..13c96d08856 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -15,15 +15,15 @@
</configSections>
<system.web>
<httpHandlers>
- <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory" />
- <add verb="*" path="*.asax" type="System.Web.HttpForbiddenHandler" />
- <add verb="*" path="*.ascx" type="System.Web.HttpForbiddenHandler" />
- <add verb="*" path="*.config" type="System.Web.HttpForbiddenHandler" />
- <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler" />
- <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler" />
+ <add verb="*" path="*.aspx" type="System.Web.UI.PageHandlerFactory, 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" />
+ <add verb="GET,HEAD" path="*" type="System.Web.StaticFileHandler, System.Web" />
+ <add verb="*" path="*" type="System.Web.HttpMethodNotAllowedHandler, System.Web" />
</httpHandlers>
<httpModules>
- <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" />
+ <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web" />
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">