summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/application.xml
diff options
context:
space:
mode:
authorknut <>2007-02-22 14:04:23 +0000
committerknut <>2007-02-22 14:04:23 +0000
commit4120455c97fb3824dea972b21fd825b3d6b50006 (patch)
tree4b40b0afc26574777578522252aab574f1d573fc /demos/quickstart/protected/application.xml
parent0da331cb45cf202bf7fbd519c8d65f5956c85b2b (diff)
added ActiveControls to quickstart demo so that ActiveControl sample and functional tests don't break
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r--demos/quickstart/protected/application.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml
index 7fa780c4..bccb81b2 100644
--- a/demos/quickstart/protected/application.xml
+++ b/demos/quickstart/protected/application.xml
@@ -3,7 +3,8 @@
<application id="QuickStart" Mode="Debug">
<paths>
<using namespace="Application.controls.*" />
- <using namespace="System.I18N.*" />
+ <using namespace="System.I18N.*" />
+ <using namespace="System.Web.UI.ActiveControls.*"/>
</paths>
<modules>