.NET Windows Communication Foundation - What are the various ways of hosting a WCF service
Interview Question Database For Software Developers
|
|
| What are the various ways of hosting a WCF service | | What are the various ways of hosting a WCF service? | | By: |
There are three major ways to host a WCF service:
Self hosting the service in his own application domain. This we have already covered
in the first section. The service comes in to existence when you create the object of
ServiceHost class and the service closes when you call the Close of the ServiceHost
class.
Host in application domain or process provided by IIS Server.
Host in Application domain and process provided by WAS (Windows Activation
Service) Server.
| | ID: 1982 | Rank: 1406 | Votes: 5 | Views: 434 | Submitted: 20071104 |
Copyright © 2010 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|