By tag: UrlMapping
0
kicks
ASP.NET: Fix for WebParts + UrlRewriting Issue
The problem with using WebParts with UrlRewriting (or UrlMapping) is the WebPart PersonalizationProvider uses the path of the page being rendered to save/load the personalization state, not the path that was rewritten that the user sees. So, to fix this you just need to create a custom Personalizati...
0
kicks
When to Use URL Mapping in ASP.NET
I saw a question on the ASP.NET forums on when to use or what is URL Mapping good for. This is a very good question, especially for newbies to the ASP.NET paradigm. This article explains the basics of URL Mapping in ASP.NET
0
kicks
Wildcard Application Mapping for URL Rewriting in IIS 6.0
This post discusses how setup Wildcard Application Mapping on IIS 6.0 for url rewriting handlers.
0
kicks
12/2007: Code that I've Blogged over the last 6 months
This is a collection of my blogs posts that include code from over the last 6 months. There's stuff ranging from a Windows Service monitor that runs in the system tray, to UrlRewriting/UrlMapping, to ASP.NET AJAX, to a JavaScript based Slideshow component, to adding iPhone style flick support to scr...
0
kicks
Making URL rewriting on IIS 7 work like IIS 6
How to make URL rewriting on IIS 7 work like IIS 6.