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:
authorJackson Harper <jackson@novell.com>2003-11-20 14:53:37 +0300
committerJackson Harper <jackson@novell.com>2003-11-20 14:53:37 +0300
commit955a512a726ba520154baa9e239d5b5e4298402a (patch)
tree342e61c3d3e5a073a703ceef86791f1cc7ad7d4a /data
parent54d9ed0618934b2dbbb3ae116cb8db9a4976a928 (diff)
* data/machine.config: Add OutputCacheModule
svn path=/trunk/mono/; revision=20273
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 43c0cb3f34d..d8df8ec7f3b 100644
--- a/data/machine.config
+++ b/data/machine.config
@@ -83,6 +83,7 @@
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule, System.Web" />
<add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule, System.Web" />
<add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web" />
+ <add name="OutputCache" type="System.Web.Caching.OutputCacheModule, System.Web" />
</httpModules>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/">