comparison Agendas/trunk/src/Agendas.Web/Web.config @ 128:1e47bf408073

Asignacion de los publicadores configurados en web.config al factory de agenda (mediante CompositePublicador)
author jorge.rowies
date Mon, 04 Jul 2011 20:00:51 -0300
parents 3700b77ed455
children
comparison
equal deleted inserted replaced
127:3700b77ed455 128:1e47bf408073
23 <add key="accessTokenAppTwitt" value="301500900-1GGyiecfAgmbrJMEcjp4XA9KXEJU2bBLyEQNQL5S" /> 23 <add key="accessTokenAppTwitt" value="301500900-1GGyiecfAgmbrJMEcjp4XA9KXEJU2bBLyEQNQL5S" />
24 <add key="accessTokenSecretAppTwitt" value="46vNqg4djzyh9GRtZoUv0c7uEl7mQ3CjVBeJ4wwRpds"/> 24 <add key="accessTokenSecretAppTwitt" value="46vNqg4djzyh9GRtZoUv0c7uEl7mQ3CjVBeJ4wwRpds"/>
25 25
26 <add key="ClientValidationEnabled" value="true"/> 26 <add key="ClientValidationEnabled" value="true"/>
27 <add key="UnobtrusiveJavaScriptEnabled" value="true"/> 27 <add key="UnobtrusiveJavaScriptEnabled" value="true"/>
28
29 <add key="PublicadorBlog.PostWriterServiceUrl" value="http://localhost/TestAltNet/PostWriterWebService.asmx"/>
30 <add key="PublicadorBlog.BlogName" value="TestBlog"/>
31 <add key="PublicadorBlog.BlogWriterMasterKey" value="***"/>
32
28 </appSettings> 33 </appSettings>
29 34
30 <system.web> 35 <system.web>
31 <customErrors mode="Off"/> 36 <customErrors mode="Off"/>
32 <compilation debug="true" targetFramework="4.0"> 37 <compilation debug="true" targetFramework="4.0">
95 </assemblyBinding> 100 </assemblyBinding>
96 </runtime> 101 </runtime>
97 102
98 <publicadoresSection> 103 <publicadoresSection>
99 <publicadores> 104 <publicadores>
100 <add name="Blog" type="Agendas.Blog.Impl.BlogPublicador, Agendas.Blog" enabled="false"/> 105 <add name="Blog" componentKey="publicadores.blog" enabled="false"/>
101 <add name="Twitter" type="AltNetHispano.Agendas.Twitter.TwitterPublicador, AltNetHispano.Agendas.Twitter" enabled="false"/> 106 <add name="Twitter" componentKey="publicadores.twitter" enabled="false"/>
102 </publicadores> 107 </publicadores>
103 </publicadoresSection> 108 </publicadoresSection>
104 109
105 </configuration> 110 </configuration>