Reactions to story from Blogs - ASP.NET Weblogs
How to create an Http Handle to re write the URL
http://weblogs.asp.net/ albertpascual/ archive/ 2008/ 04/ 22/ how-to-create-an-http-ha...
This question keeps coming back to the ASP.NET forums, people wanting to write an Http Handler to re write the url. This is a common use in blogs and forums, when people wants to redirect from URL /blog/1093/post.aspx to /blog/post.aspx?id=1093 however keep the previous displayed for better url usage. Create a class on the project and inherit from IHttpHandler public class MyHandler : IHttpHandler Right click the IHttpHander and select "Implement Interface" to create the method ProcessRequest and the property IsReusable.
More rising blog posts
-
Entertainment »
Shuhei Yoshida announced as Harrison's successor -
Business »
Yes, the Advertisements are Hosed -
Lifestyle »
USGBC Set to Open 'LEED 2009' for Public Comment -
Politics »
How to make an iPod speaker from a greetings card in six easy steps -
Sports »
New International Track and Field footage -
Technology »
Study: Cox, Comcast Internet subscribers blocked
Recent posts from Blogs - ASP.NET Weblogs
-
Solving LINQ's N-Tier Issues
8 days ago -
Wanna win an XBox!
8 days ago -
Le livre Professional ASP.NET 3.5 (seulement $16 sur Amazon.com pour une courte durée)
9 days ago