Database Reference
In-Depth Information
Listing 4-7. Service Model section setting values under web.config file
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IServerStatus" closeTimeout="00:01:00"
openTimeout="00:01:00" receiveTimeout="00:10:00"
sendTimeout="00:01:00"
allowCookies="false" bypassProxyOnLocal="false" hostNameC
omparisonMode="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://varun.altsis.com:77/VisioWcfServices.svc "
binding="basicHttpBinding" bindingConfiguration="BasicHttpB
inding_IServerStatus"
contract="WcfDataService.IServerStatus"
name="BasicHttpBinding_IServerStatus" />
</client>
Designing the Visio Diagram
Open Visio 2013 and create a blank diagram. Choose the network ➤ Servers (US
units) stencil from More Shapes ➤ network.
From the Insert tab, add a Container block from the diagram parts, and add three
servers: web Server, Database Server, and Application Server. give a name to the
Container block, as shown in Figure 4-65 .
Search WWH ::




Custom Search