B
baroque Chou
Thanks for the help available on msdn, I have succesful done the
rewrite job.
But there are 2 problems arise:
1.when I try to rewrite the url from say:
www.yoursite.com/beverages.aspx to
www.yoursite.com/products/ListProductsByCategory.aspx?CategoryID=1
will result in a partial missing of images and css which are packaged
inside products folder.
and if I rewrite from www.yoursite.com/products/beverages.aspx to
www.yoursite.com/products/ListProductsByCategory.aspx?CategoryID=1
all images and css works
any solutions? because I would like keep the url as short as possiable.
2.How to rewrite url without extension? e.g.
www.yoursite.com/beverages
because the url rewrite is done at asp.net engine level, IIS will
hardly route to it since no signs of infomation tell what itself is.
rewrite job.
But there are 2 problems arise:
1.when I try to rewrite the url from say:
www.yoursite.com/beverages.aspx to
www.yoursite.com/products/ListProductsByCategory.aspx?CategoryID=1
will result in a partial missing of images and css which are packaged
inside products folder.
and if I rewrite from www.yoursite.com/products/beverages.aspx to
www.yoursite.com/products/ListProductsByCategory.aspx?CategoryID=1
all images and css works
any solutions? because I would like keep the url as short as possiable.
2.How to rewrite url without extension? e.g.
www.yoursite.com/beverages
because the url rewrite is done at asp.net engine level, IIS will
hardly route to it since no signs of infomation tell what itself is.