IIS7 URL Rewrite and User Control postback
When a URL开发者_Python百科 redirect rule fires on a page with user controls the user controls are robbed of their child control events. Does anyone have a solution for how to make URL Rewrite and user controls play nice?
Apparently the answer is make sure that negate=true and redirectype=permanent.
精彩评论