Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > asp.net > june 2006 >

asp.net : Help with UrlMapping


PeterKellner
6/30/2006 1:10:53 PM
[quoted text, click to view]

there is nothing built into asp.net 2.0 that makes this easy. Check
out Scott Guthries comments here:

http://weblogs.asp.net/scottgu/archive/2005/11/14/430493.aspx

However, back in the 1.1 days, Scott Mitchell wrote a nice article on
how to handle it with HttpModulles.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp

Peter Kellner
Dave
6/30/2006 4:57:10 PM
Hello,
I would like to have the address
http://localhost/dl/123456/anyName.mid

redirected to
http://localhost/dl/download.ashx?id=123456&type=mid

how can I do this by using UrlMapping?

thanks in advance.

AddThis Social Bookmark Button