I want to implement an ASP.NET Wizard on an EPIServer page. I'm using "nice" URLs, which seems to change the action of the form to '../../../../../foldername/foldername/pagename.aspx?id=xxx' instead of just 'pagename.aspx?id=xxx'. This behaviour destroys the Wizard functionality. What to do??