Here are a few cool links I found today while catching up on my IIS reading:
URL Rewrite
In case you missed it, the IIS7 URL Rewrite extension is now licensed for production use in its final beta release. Deploy it today and get all the benefits from one of the most powerful IIS7 features around. Use it to clean up URLs, provide extension-less URLs, fix canonicalization issues with your site to improve search ranking, redirect incoming users and much, much more. This latest URL Rewrite release includes all new IIS Manager support for creating rewrite rules using templates, rule testing and more. Speaking of the URL Rewrite extension, check out these community links:
ASP.NET
- The ASP.NET team announced MVC Preview 5 of the new ASP.NET MVC Framework. Download the link on codeplex.
- Also in the news, jQuery will now ship with with Visual Studio! This makes adding slick browser animations to ASP.NET applications a cinch.
- ScottGu links to a bunch of related community links on the MVC and jQuery news in his recent blog post.
- I’ve seen a lot of ASP.NET developers use wildcard script-mapping with IIS 6.0. As they move to IIS7, questions pop-up about whether *scriptmap is still supported, and how it relates to the new IIS7 integrated pipeline which allows .NET modules and handlers to run natively inside IIS’ core HTTP processing engine. RuslanY wrote an excellent article on this topic titled, wildcard script mapping and IIS 7 integrated pipeline
Misc
Comments