ASP question: Product URL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hi,

I have a newbie asp question. Maybe you can teach me.

When I click a product, the ASP displays/creates a page for that product. At the same time, you can see a URL in the address bar in the browser.  I am sure the particular URL is created by the ASP page at runtime.

Would someone teach or explain (briefly) to me how ASP.Net generates that particular URL please?

Thanks!!!!
Hace 13 años
The page does not actually exist.  Behind the scenes, the page is actually going to:

Product.aspx?ProductID=20

nopCommerce uses an open source module called UrlRewritingNet.UrlRewrite.  You can find more information about how this all happens at http://www.urlrewriting.net
Hace 13 años
Wow!  Thanks!  This is so cool!

Learned something new today!!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.