Why in WCF, the "httpGetEnabled" attribute is essential ?

 Posted by Akiii on 11/28/2011 | Category: WCF Interview questions | Views: 12252 | Points: 40
Answer:

The attribute "httpGetEnabled" is essential because we want other applications to be able to locate the metadata of this service that we are hosting.

<serviceMetadata httpGetEnabled="true" /> 


Without the metadata, client applications can't generate the proxy and thus won't be able to use the service.


Akiii


Source: CodeProject | Asked In: Some Interviews | Alert Moderator 

Comments or Responses

Login to post response