I have a masterpage in the root directory of my site. Then in another directory, I have a web form that is set to use this masterpage.
The problem is that when the page is shown, all the Urls from the masterpages get rewritten.
For example:
- Base Url in masterpage: "users.aspx"
- Rewritten Url for web pages in "Other" directory: "other/users.aspx"
Is there an option to keep the base URL?