
August 29th, 2001, 08:51 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Passing all URL requests to a single page?
Originally posted by : MAS (digitalcolony@yahoo.com)Is there a way to pass all URL requests for a given domain to a singlepage with .NET? I'm looking for a way to make dynamic paths lookstatic to the user (like Amazon does).Example:www.mydomain.com/01/sales/ca/How could this request be intercepted and passed to a page like:www.mydomain.com/report.aspx?date=01&type=sales&state=caI don't want the user redirected, since there wouldn't be an actual/01/sales/ca/ directory on the file system. But the user should seethat path in their Address line.I hope this is clear. thanks in advance - mas
|