1. IIS 6 IIS 6.0 was capable of scaling out to virtually any number of web servers and had tools likeIISCnfg.vbs to keep the IIS metabase in sync between the nodes. 2. IIS 7 IISCnfg.vbs is no longer available with IIS 7.0 but has been replaced with A…
http://guodong.me/?p=1560 ASP.NET MVC 4 has a new feature called WebAPI which makes it much easier to create a REST API in ASP.NET. Unfortunately, I ran into one problem with IIS 6.0 that prevented the full REST spec from being used. By default IIS 6…