Archive

Posts Tagged ‘Modules’

URL Rewrite Module – Released To Web

November 11th, 2008 No comments

The IIS team has made the URL Rewrite Module for IIS 7.0 Release To Web (RTW) available for download. This is a final, production-ready release that is officially supported by Microsoft.

Overview

URL rewrite module provides a rule-based rewriting mechanism for changing requested URL’s before they get processed by web server. The module can be used to express URL rewriting logic that can use regular expressions or wildcards and can make rewriting decisions based on HTTP headers and server variables. While the primary purpose of the module is to rewrite requested URL’s, it also has functionality to perform redirects, send custom responses or abort requests based on the logic expressed in the rewrite rules. In the end this means more Search Engine Friendly (SEF) URLs, something used in a lot of web applications like WordPress, Drupal, Joomla, just to list a few, there’s already some documentation from Microsoft on how to enable pretty Permalinks in WordPress.

Benefits

The Microsoft URL Rewrite Module for IIS 7.0 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks, including, but not limited to:

  • Enabling user friendly and search engine friendly URL with dynamic web applications
  • Rewriting URL’s based on HTTP headers and server variables
  • Web site content management
  • Controlling access to web site content

Download

More info

More information and a full feature list at Ruslans Blog.

Categories: IIS Tags: , , , ,

New IIS Modules

September 17th, 2008 No comments

The Microsoft IIS Team has released a bunch of new modules for IIS 7.0. Here’s an overview of the newly released modules:

Categories: IIS Tags: , ,

IIS 7.0 Trace Viewer Released

March 28th, 2008 No comments

Another great tool has been released. The IIS 7.0 Trace Viewer is an add-on for the Failed Request Tracing (FRT) feature of IIS 7.0. In FRT you are able to troubleshoot and do tracing. This tool provides a GUI interface for all those FRT logfiles.

IIS7 Trace Viewer Features

  • Trace View icon per site. Automatically enumerates all your trace files
  • Shows trace filename, file size, file date, requested Url, HTTP status code, Application Pool and Time Taken in list format. Supports sorting of these columns
  • Double-click on a row and the trace file will open in Internet Explorer
  • Completely remoteable and delegateable for hosted enviroments.  
  • Update via F5
  • Install program included

Read more and download at source.

Categories: IIS Tags: , ,

WebDAV for IIS 7.0

March 27th, 2008 No comments

Microsoft just keeps releasing modules for IIS 7.0. A few weeks ago the WebDAV module for IIS 7.0 was released. The new WebDAV module comes with new features:

  • Integration with IIS 7.0:
    • The new WebDAV extension module is fully integrated with the new IIS 7.0 administration interface and configuration store.
  • Per-site Configuration:
    • WebDAV can be enabled and configured at the site-level on IIS 7.0, which differed from IIS 6.0 where WebDAV was enabled at the server-level through a Web Service Extension.
  • Per-URL Security:
    • WebDAV-specific security is implemented through WebDAV authoring rules that are configured on a per-URL basis.

Download:

Read more at source.

Categories: IIS Tags: , , ,