I am trying to set up a rewrite rule in IIS7 to hide page extensions (.aspx) but also field and pass querystring parameters to the page.
For example, if the original URL is:
www.mysite.com/page.aspx?pid=a
how can I get it to rewrite to
www.mysite.com/page
but still pass the querystring value to the page?