diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 14:57:34 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 14:57:34 -0800 |
commit | 2e177b1c58ccd1c8edc2cc78e0c629784173a95c (patch) | |
tree | 0afbda6bc7b6a9ed799a21f275930bb0024f17bd /projecttemplates/WebFormsRelyingParty | |
parent | c822a97c464a31fac7eccfb1ca9fb4f5b70a53b8 (diff) | |
download | DotNetOpenAuth-2e177b1c58ccd1c8edc2cc78e0c629784173a95c.zip DotNetOpenAuth-2e177b1c58ccd1c8edc2cc78e0c629784173a95c.tar.gz DotNetOpenAuth-2e177b1c58ccd1c8edc2cc78e0c629784173a95c.tar.bz2 |
Fixes ASP.NET controls to be async.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Web.config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Web.config b/projecttemplates/WebFormsRelyingParty/Web.config index 55179ae..14c61f9 100644 --- a/projecttemplates/WebFormsRelyingParty/Web.config +++ b/projecttemplates/WebFormsRelyingParty/Web.config @@ -137,12 +137,15 @@ <level value="INFO" /> </logger> </log4net> - <appSettings /> + <appSettings> + <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> + </appSettings> <connectionStrings> <!-- Remember to keep this connection string in sync with the one (if any) that appears in the log4net section. --> <add name="DatabaseEntities" connectionString="metadata=res://*/Model.csdl|res://*/Model.ssdl|res://*/Model.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\WebFormsRelyingParty.mdf;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" /> </connectionStrings> <system.web> + <httpRuntime targetFramework="4.5" /> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this |