Hi we have been using UrlRewritingNet and because of the IIS integration in IIS 7 were going to migrate to the IIS URL rewrite module.
However I have noticed a few different things that could just be configiration differences but I don't readily see how to fix these.
In the past we could use relative urls in our master page for things like style sheets as long as the HEAD had a runat server and it would generate the proper link to work in the rewritten url such as ../../../../Style/stylesheet.css. This doesn't seem to work in the IIS module?
We also used IMG tags with a runat server and the ~ tilde to generate the proper URL. This doesn't seem to work either?
Do I need to create specific rules to handle this? Can anyone point me in the right direction?