This post originated from an RSS feed registered with .NET Buzz
by Scott Watermasysk.
Original Post: UrlReWriting
Feed Title: ScottW's ASP.NET WebLog
Feed URL: /error.aspx?aspxerrorpath=/blog/rss.aspx
Feed Description: ASP.NET and Blogging
With each passing day I become more convinced UrlReWriting is not that important. Granted I am probably not the typical user of most of the applications I build, but I just do not see users typing in any Url except for the root domain. I also have doubts that meaningful Urls mean anything to them.
However, many design specs include some form of UrlReWriting, so I was pretty happy to read Jesse'snifty suggestion for fixing the postback issue. I need to do some testing, but I think this will help remove .Text's usage of PageParser.GetCompiledPageInstance (which in some installations caused a trust issue).