Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Blog/app.config @ 109:6bd9be78caa0
Merge
author | Nelo@Kenia.neluz.int |
---|---|
date | Tue, 07 Jun 2011 23:21:07 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Blog/app.config Tue Jun 07 23:21:07 2011 -0300 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <system.serviceModel> + <bindings> + <basicHttpBinding> + <binding name="PostWriterWebServiceSoap" closeTimeout="00:01:00" + openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" + allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" + maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" + messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" + useDefaultWebProxy="true"> + <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" + maxBytesPerRead="4096" maxNameTableCharCount="16384" /> + <security mode="None"> + <transport clientCredentialType="None" proxyCredentialType="None" + realm="" /> + <message clientCredentialType="UserName" algorithmSuite="Default" /> + </security> + </binding> + </basicHttpBinding> + </bindings> + <client> + <endpoint address="http://localhost/TestAltNet/PostWriterWebService.asmx" + binding="basicHttpBinding" bindingConfiguration="PostWriterWebServiceSoap" + contract="PortalSitefinity.PostWriterWebServiceSoap" name="PostWriterWebServiceSoap" /> + </client> + </system.serviceModel> +</configuration> \ No newline at end of file