Can someone please help me with this? I've been working on it all day and I'm just not getting it.
I have a request URL with placeholder data in it and one real parameter from a querystring.
http://domain.com/this-is-dummy-data/this-is-also-dummy-data/123456789
It needs to be re-written into:
http://domain.com/Default.aspx?Id=123456789
I am able to re-write the URL, but then all other requests for scripts, images, etc. contain the placeholders.
http://domain.com/this-is-dummy-data/this-is-also-dummy-data/images/test.png