Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Web.config @ 30:3e5b80e58b1d
tabs en web.config
author | nelo@MTEySS.neluz.int |
---|---|
date | Wed, 16 Mar 2011 09:51:43 -0300 |
parents | 18bb9fe40517 |
children | 3acdecdafd47 |
comparison
equal
deleted
inserted
replaced
29:016b9b9b8d3a | 30:3e5b80e58b1d |
---|---|
3 For more information on how to configure your ASP.NET application, please visit | 3 For more information on how to configure your ASP.NET application, please visit |
4 http://go.microsoft.com/fwlink/?LinkId=152368 | 4 http://go.microsoft.com/fwlink/?LinkId=152368 |
5 --> | 5 --> |
6 | 6 |
7 <configuration> | 7 <configuration> |
8 <connectionStrings> | 8 <connectionStrings> |
9 <add name="ApplicationServices" | 9 <add name="ApplicationServices" |
10 connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" | 10 connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" |
11 providerName="System.Data.SqlClient" /> | 11 providerName="System.Data.SqlClient" /> |
12 </connectionStrings> | 12 </connectionStrings> |
13 | 13 |
14 <appSettings> | 14 <appSettings> |
15 <add key="ClientValidationEnabled" value="true"/> | 15 <add key="ClientValidationEnabled" value="true"/> |
16 <add key="UnobtrusiveJavaScriptEnabled" value="true"/> | 16 <add key="UnobtrusiveJavaScriptEnabled" value="true"/> |
17 </appSettings> | 17 </appSettings> |
18 | 18 |
19 <system.web> | 19 <system.web> |
20 <compilation debug="true" targetFramework="4.0"> | 20 <compilation debug="true" targetFramework="4.0"> |
21 <assemblies> | 21 <assemblies> |
22 <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | 22 <clear/> |
23 <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | 23 <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
24 <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | 24 <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
25 <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | 25 <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
26 <add assembly="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | 26 <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
27 </assemblies> | 27 <add assembly="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
28 </compilation> | 28 </assemblies> |
29 </compilation> | |
29 | 30 |
30 <authentication mode="Forms"> | 31 <authentication mode="Forms"> |
31 <forms loginUrl="~/Account/LogOn" timeout="2880" /> | 32 <forms loginUrl="~/Account/LogOn" timeout="2880" /> |
32 </authentication> | 33 </authentication> |
33 | 34 |
34 <membership> | 35 <membership> |
35 <providers> | 36 <providers> |
36 <clear/> | 37 <clear/> |
37 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" | 38 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" |
38 enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" | 39 enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" |
39 maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" | 40 maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" |
40 applicationName="altnet-hispano.agenda" /> | 41 applicationName="altnet-hispano.agenda" /> |
41 </providers> | 42 </providers> |
42 </membership> | 43 </membership> |
43 | 44 |
44 <profile> | 45 <profile> |
45 <providers> | 46 <providers> |
46 <clear/> | 47 <clear/> |
47 <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" /> | 48 <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" /> |
48 </providers> | 49 </providers> |
49 </profile> | 50 </profile> |
50 | 51 |
51 <roleManager enabled="false"> | 52 <roleManager enabled="false"> |
52 <providers> | 53 <providers> |
53 <clear/> | 54 <clear/> |
54 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" /> | 55 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" /> |
55 <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" /> | 56 <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" /> |
56 </providers> | 57 </providers> |
57 </roleManager> | 58 </roleManager> |
58 | 59 |
59 <pages> | 60 <pages> |
60 <namespaces> | 61 <namespaces> |
61 <add namespace="System.Web.Helpers" /> | 62 <clear/> |
62 <add namespace="System.Web.Mvc" /> | 63 <add namespace="System.Web.Helpers" /> |
63 <add namespace="System.Web.Mvc.Ajax" /> | 64 <add namespace="System.Web.Mvc" /> |
64 <add namespace="System.Web.Mvc.Html" /> | 65 <add namespace="System.Web.Mvc.Ajax" /> |
65 <add namespace="System.Web.Routing" /> | 66 <add namespace="System.Web.Mvc.Html" /> |
66 <add namespace="System.Web.WebPages"/> | 67 <add namespace="System.Web.Routing" /> |
67 </namespaces> | 68 <add namespace="System.Web.WebPages"/> |
68 </pages> | 69 </namespaces> |
69 </system.web> | 70 </pages> |
71 </system.web> | |
70 | 72 |
71 <system.webServer> | 73 <system.webServer> |
72 <validation validateIntegratedModeConfiguration="false"/> | 74 <validation validateIntegratedModeConfiguration="false"/> |
73 <modules runAllManagedModulesForAllRequests="true"/> | 75 <modules runAllManagedModulesForAllRequests="true"/> |
74 </system.webServer> | 76 </system.webServer> |
75 | 77 |
76 <runtime> | 78 <runtime> |
77 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | 79 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
78 <dependentAssembly> | 80 <dependentAssembly> |
79 <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | 81 <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> |
80 <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" /> | 82 <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" /> |
81 </dependentAssembly> | 83 </dependentAssembly> |
82 </assemblyBinding> | 84 </assemblyBinding> |
83 </runtime> | 85 </runtime> |
84 </configuration> | 86 </configuration> |