My app is currently written to accept seller and product information like this one.
http:
can this be rewritten as follows?
http:
Since the values in the original query string are the identifiers of the database, how can I express the newly created identifiers as segments of the "path" in the rewritten version of the URL? My goal would be to create a more automated solution that would fulfill this.
EDIT:
Application written using ASP.NET, .NET 4.0, and IIS 7 web forms
source
share