Forum Moderators: open
We have a site in aspx with entirely dynamic content. I want to make the pages search engine friendly by making the database drive part of teh url a keyword. In apache i would do this using mod-rewrite / htacess.
ie: i want to make a page like this
domain.com/Detail.aspx?blahID=4499
to become
domain.com/key_word/
or
domain.com/key_word.aspx
My question is:
Is there a similar system for IIS and aspx systems?