Categories
I was thinking to write an HttpModule for IIS7 and wanted a simple, useful and easily understandable scenario. Working with IIS customers for last 3 years one of those common scenario came into my mind »
So what is Appcmd.exe This is one command line tool to administer IIS7. In IIS6 several of admin task were done using several scattered VBS script files. This made it difficult to find out what script »
What is IIS7 What is the difference between IIS6 and IIS7 Here are the simple answers § IIS7 is a new revision (version 7.0) of the Internet Information Services that is shipped on Windows Vista and the »
Before the boom of web and internet, HTTP was not so common is everyday life. When internet became more and more widely used, HTTP also grew in usage. Basic web server serves static HTML type contents »
Just a quick and easy one for this Friday evening let's say you have multiple w3wp.exe instances running on your web server (maybe you have multiple application pools, or you enabled Web Garden etc... »
This is a topic of continuous debate and confusion amongst many developers. There have been written a lot about this and I have found many posts about this. What I have thought about reading all these »
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 »
Note This post is part of the follow-up for the Developer & IT Pro Days 2007 session entitled Internet Information Services (IIS) 7.0 - End-to-End Overview of Microsoft's New Web Application Server . Attendees »
What is Continuous Integration The practice of continuous integration represents a fundamental shift in the process of building software. It takes integration, commonly an infrequent and painful exercise »