Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web.Tests/App.config @ 233:32e4e0e7a140
Probando de armar tests de Agendas.Web
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 04 Oct 2011 20:34:46 -0300 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
232:806fd94727ce | 233:32e4e0e7a140 |
---|---|
1 <?xml version="1.0"?> | |
2 <!-- | |
3 For more information on how to configure your ASP.NET application, please visit | |
4 http://go.microsoft.com/fwlink/?LinkId=152368 | |
5 --> | |
6 | |
7 <configuration> | |
8 <configSections> | |
9 <section name="publicadores" type="AltNetHispano.Agendas.Configurations.PublicadoresConfigurationSection, AltNetHispano.Agendas.Configurations, Version=1.0.0.0, Culture=neutral" /> | |
10 </configSections> | |
11 | |
12 <connectionStrings> | |
13 <add name="AltNetHispano" connectionString="Data Source=.\sqlexpress;Initial Catalog=AltNetHispano_Test;Integrated Security=SSPI"/> | |
14 </connectionStrings> | |
15 | |
16 <appSettings> | |
17 <add key="ClientValidationEnabled" value="true"/> | |
18 <add key="UnobtrusiveJavaScriptEnabled" value="true"/> | |
19 </appSettings> | |
20 | |
21 <system.web> | |
22 <customErrors mode="Off"/> | |
23 <compilation debug="true" targetFramework="4.0"> | |
24 <assemblies> | |
25 <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | |
26 <add assembly="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | |
27 <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | |
28 <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | |
29 <add assembly="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> | |
30 </assemblies> | |
31 </compilation> | |
32 | |
33 <authentication mode="Forms"> | |
34 <forms loginUrl="~/Account/LogOn" timeout="2880" /> | |
35 </authentication> | |
36 | |
37 <membership> | |
38 <providers> | |
39 <clear/> | |
40 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" | |
41 enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" | |
42 maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" | |
43 applicationName="altnet-hispano.agenda" /> | |
44 </providers> | |
45 </membership> | |
46 | |
47 <profile> | |
48 <providers> | |
49 <clear/> | |
50 <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" /> | |
51 </providers> | |
52 </profile> | |
53 | |
54 <roleManager enabled="false"> | |
55 <providers> | |
56 <clear/> | |
57 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" /> | |
58 <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" /> | |
59 </providers> | |
60 </roleManager> | |
61 | |
62 <pages> | |
63 <namespaces> | |
64 <clear/> | |
65 <add namespace="System.Web.Helpers" /> | |
66 <add namespace="System.Web.Mvc" /> | |
67 <add namespace="System.Web.Mvc.Ajax" /> | |
68 <add namespace="System.Web.Mvc.Html" /> | |
69 <add namespace="System.Web.Routing" /> | |
70 <add namespace="System.Web.WebPages"/> | |
71 </namespaces> | |
72 </pages> | |
73 | |
74 <globalization culture="es-ES" /> | |
75 </system.web> | |
76 | |
77 <system.webServer> | |
78 <validation validateIntegratedModeConfiguration="false"/> | |
79 <modules runAllManagedModulesForAllRequests="true"/> | |
80 </system.webServer> | |
81 | |
82 <runtime> | |
83 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
84 <dependentAssembly> | |
85 <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> | |
86 <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" /> | |
87 </dependentAssembly> | |
88 </assemblyBinding> | |
89 </runtime> | |
90 | |
91 <publicadores> | |
92 <twitter enabled="false"> | |
93 <signIn consumerKey="uUSzC5EZ2LCNoBmaQXcUFA" consumerSecret="CNN2uUwza4nGNoZf3FlAqC0xoUEKXKFWxZn3Frow" /> | |
94 <sendTwitter consumerKey="UpwG7RKRAqQfdsCKnBfHA" consumerSecret="HIOb9tMewejyFX97mhsQO2FXSEQN4kzJFF6iQLx4k" accessToken="301500900-1GGyiecfAgmbrJMEcjp4XA9KXEJU2bBLyEQNQL5S" accessTokenSecret="46vNqg4djzyh9GRtZoUv0c7uEl7mQ3CjVBeJ4wwRpds"/> | |
95 </twitter> | |
96 <google enabled="false"> | |
97 <calendar userName="altnethispano.desa@gmail.com" password="fA&Ec3wU3est" calendarId="altnethispano.desa@gmail.com" /> | |
98 </google> | |
99 <blog enabled="false"> | |
100 <writer postWriterServiceUrl="http://dummy/dummy.aspx" blogName="dummy" blogWriterMasterKey="dummy" /> | |
101 </blog> | |
102 </publicadores> | |
103 </configuration> |