Browse by Tags

IIS 7.0 Architecture
If you are an ASP.NET, WCF advanced serious developer, would like to play with internals of ASP.NET, Web Service, WCH hosting with IIS 7.0; this this article will be very useful to know it's architecture. http://learn.iis.net/page.aspx/101/introduction...
Posted Tue, Nov 18 2008 by abu | with no comments
Filed under: , ,
Windows Communication Foundation (WCF) hosting options and consuming WCF services.
In the last posted some links related to concept and fundamentals of WCF. It basics of WCF, Contracts[Service, Operational, Data, Message]. A service can be hosted by Internet Information Services (IIS), Windows Process Activation Service (WAS), a Windows...
Posted Thu, Nov 13 2008 by abu | with no comments
Filed under: ,
Understanding Hosting WCF Application using Windows Process Activation Service (WAS) in IIS 7.0
If you want to host WCF appication using IIS, it will be easy and robust. Windows Process Activation Service (WAS) in IIS 7.0 makes it possible to host WCF services beyond HTTP and without having to install the whole IIS package. "Extend Your WCF...
Posted Sat, Nov 8 2008 by abu | with no comments
Filed under: , ,