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:
authorMarek Habersack <grendel@twistedcode.net>2010-05-15 06:29:51 +0400
committerMarek Habersack <grendel@twistedcode.net>2010-05-15 06:29:51 +0400
commit37d042ed146fe97c1f39a1421e974998bce34f91 (patch)
tree9f2cff4179f8f938edb2e40451f9f02d627dfe60 /data
parentfbbf51a5e4913d0de05b0cfdafb61ca91f110e7a (diff)
This expression builder is implemented now
svn path=/trunk/mono/; revision=157379
Diffstat (limited to 'data')
-rw-r--r--data/net_4_0/web.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/net_4_0/web.config b/data/net_4_0/web.config
index 91cf4d1f8a5..db1c2b83480 100644
--- a/data/net_4_0/web.config
+++ b/data/net_4_0/web.config
@@ -197,8 +197,8 @@
type="System.Web.Compilation.ConnectionStringsExpressionBuilder, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<add expressionPrefix="AppSettings"
type="System.Web.Compilation.AppSettingsExpressionBuilder, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <!--
<add expressionPrefix="RouteUrl" type="System.Web.Compilation.RouteUrlExpressionBuilder"/>
+ <!--
<add expressionPrefix="RouteValue" type="System.Web.Compilation.RouteValueExpressionBuilder"/>
-->
</expressionBuilders>