May 13, 2008
Today the Web Deployment Team released the Beta 1 version of the deployment tool! If you're not familiar with the tool already, it is here to help you keep sites or servers in sync with IIS6 or IIS7, as well as migrate from IIS6 to IIS7. One of the key...
9 comments
Filed under: IIS News, IIS, Deployment
Mar 05, 2008
Let's suppose you are German, you developed an extremely cool web-site and now you want to make it available to your German Bier buddies. The only really fetzig site name you could come up with contains one of these nasty German umlauts: übersite.de ...
Filed under: IIS7, IIS News, appcmd, IDN, punycode
Feb 18, 2008
IIS7 custom error module work in SendResponse stage with priority high (priority high in send response actually means lowest priority) which makes it one of the last modules to run in the pipeline. It produces custom errors only if current statusCode...
4 comments
Filed under: IIS News, IIS News Item
Feb 11, 2008
One of the things which was not clear to me when IIS7 configuration system was written was how configuration system merges all the configuration data available and then decide what values are effective for the current request. One of confusions came from...
10 comments
Filed under: IIS News, IIS News Item
Feb 06, 2008
There are four concepts that are important for you to understand to be able to effectively use the new Microsoft Web Deployment Tool. 1. Providers Providers are pieces of code that provide data to the tool for various operations like sync , migrate ....
6 comments
Filed under: IIS News, IIS
Jan 22, 2008
Welcome to the Microsoft Web Deployment Team blog - we hope you will find this a helpful place to get the inside scoop plus plenty of tips and tricks from the team who is building the Web Deployment Tool for IIS. So what is this new deployment tool? You...
79 comments
Filed under: IIS News, IIS, Deployment
Dec 30, 2007
Few months ago, I fired procmon and collected all the registry keys IIS7 processes read. I then gathered the information about these registry keys from different people in the team and also collected available information on the internet. I have been...
21 comments
Filed under: IIS News, IIS News Item
Dec 20, 2007
I started writing an application which uses hostable web core (HWC) functionality of IIS7 and before making it available for download I thought it will be useful to write about HWC in detail. Hostable web core enables processes other than w3wp.exe to...
8 comments
Filed under: IIS News, IIS News Item