Sep 30, 2008
The big benefit of IIS 7 integrated request processing pipeline is the fact that all the nice and useful ASP.NET features can be used for any type of content on your web site; not just for ASP.NET-specific content. For example, ASP.NET SQL-based membership...
Tags: OtherASPNET
Sep 19, 2008
Last week I have recorded a video screencast that shows how to use URL Rewrite Module for IIS 7.0 to perform some common URL manipulations tasks. Today this video has been published on IIS.NET - check it out at this location . The video demonstrates how...
Tags: Uncategorized
Sep 11, 2008
Today IIS team has made the Go Live release of URL Rewrite Module for IIS 7.0 available for download. This release contains significant functionality and performance improvements and it is believed to have a quality level suitable for production deployments...
Tags: IIS News ItemURLRewrite
Sep 04, 2008
Today I have published two new articles on http://learn.iis.net . The articles are intended to explain the differences between various URL manipulation technologies available in IIS 7.0 and to provide help with choosing of the technology best suited for...
Tags: URLRewrite
Aug 27, 2008
IIS team has recently released an update for IIS 7.0 FastCGI module that fixes compatibility problems with several popular PHP applications. In particular, the update changes the behavior of FastCGI module in the following ways: REQUEST_URI server variable...
Tags: PHPFastCGIWordpressDrupalIIS News Item
Aug 07, 2008
If you ever tried to set up Ruby on Rails (RoR) on IIS 7.0 with FastCGI you have probably noticed that the process is not very straightforward. There are a few workarounds that need to be applied in order for RoR to function correctly. In particular,...
Tags: FastCGIURLRewriteRubyOnRails
Jul 28, 2008
URL rewrite module fully utilizes extensibility of IIS 7.0 configuration system. The rewrite rules are stored in applicationHost.config and web.config files in XML format. This provides a huge benefit of being able to use rich set of IIS 7.0 management...
Tags: URLRewrite
Jul 18, 2008
IIS.NET team has been very proactive in helping us out with testing of URL rewrite module . In fact, they even agreed to deploy the latest build of the module on the production server that hosts http://www.iis.net . This kind of real-life deployments...
Tags: URLRewrite
Jul 12, 2008
There have been a few questions on IIS.NET PHP forum regarding enabling per-site PHP configuration. This is a common requirement when running PHP applications in shared hosting environment, because each PHP application may require a different set of PHP...
Tags: PHPFastCGI
Jul 11, 2008
My name is Ruslan Yakushev. I am a program manager on IIS team, working on some of the very interesting projects that are being developed in the team right now. I have joined the team about a year ago, and was thinking about starting a blog for a while...
Tags: Other