Categories
To understand the windows authentication mechanism better please refer http msdn2.microsoft.com en-us library aa480475.... . The Scenario A Web Application and WCF web service on Windows XP, where the »
People are always confused by these two IIS concepts, especially for the new IIS7 WAS. These are not new concepts. They are available since IIS6 on Windows 2003 Server. However the terms were misused in »
Hostable Web Core (known as HWC) is a new concept in IIS7 to host a website webservice inside your own process. In short a smaller hosted version of IIS (an IIS7 express edition ). This is accomplished »
This question came up on an internal list recently (rephrasing the question slightly) I have an ASMX service that is already exposed and is being consumed by a variety of user agents (mobile devices, windows »
Most common support incidents we come across is the kerberos delegation issues. So I would like to list down the steps that need to followed for configuring IIS for the kerberos delegation. General steps »
PROBLEM ASP.NET_2.0.50727.210 shown as unknown in IIS Manager even after the filter gets loaded in the w3wp.exe process. CAUSE Certain Metabase ACLs were missing for the user under which the AppPool runs »
Normally when we need to consume a .asmx web service in BizTalk 2004 2006 (NOT R2) inside an orchestration, we add a web reference, which will create all the multi-part message and web port type required »
Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services . The other side of integration between WCF and ASMX services is integration between WCF clients and ASMX »
One of nice things about Windows Communication Foundation is its services can be hosted in IIS with an ASP.NET application with same virtual directory. This lets you to have a service for public usage »