You are designing a three-tier web application. You need to choose the method of
communication between the web and application layers to meet these requirements:
¦ The application server will use the .NET Framework 4.0.
¦ The application server must be physically isolated.
¦ The application server will be located on the same high-speed LAN as the web
server and database servers.
¦ The web server will be located behind a firewall.
¦ The communications will be two-way.
¦ The communications must be as efficient as possible
Which WCF binding type will you use?

 Posted by Rajkatie on 10/31/2012 | Category: ASP.NET Interview questions | Views: 4102 | Points: 40
Select from following answers:
  1. NetTcpBinding
  2. NetNamedPipesBinding
  3. WsHttpBinding
  4. WSDualHttpBinding
  5. All Above

Show Correct Answer


Source: Microsoft | | Alert Moderator 

Comments or Responses

Login to post response