S
SushiSean
Hello. I use asp.net 3.5 and IIS7
I need make some seo for my site and i use those type of links
http://example.com/best_products/for/you
This task have 2 parts
1) make those links work. I use url rewring module
http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module/
and it works fine
2) I need generate those links. How?
when user make request it works like this
User request -> IIS -> url rewring -> asp.net -> [page parser] -> IIS -> user
My site use normal links (like products.aspx?type=bestproduct) and I wonna
keep it.
So i need some way AFTER asp.net make html page for user i need change those
links. What is best way to do this?
I need make some seo for my site and i use those type of links
http://example.com/best_products/for/you
This task have 2 parts
1) make those links work. I use url rewring module
http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module/
and it works fine
2) I need generate those links. How?
when user make request it works like this
User request -> IIS -> url rewring -> asp.net -> [page parser] -> IIS -> user
My site use normal links (like products.aspx?type=bestproduct) and I wonna
keep it.
So i need some way AFTER asp.net make html page for user i need change those
links. What is best way to do this?