url rewring + parsing page

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top