Hello,
I have built a very simple website which has a class that implements IHttpModule Which manages URL rewriting. I have one page Default.aspx that inherits from a master page which has on it 3 WebPart zones, a WebPart manager and 2 controls inside 2 of the 3 WebPartZones. When I remove the URL rewriting code I can easily logon go into design view and drag the controls around the page, minimize them etc... When I enable the URL rewriting I just get Javascript errors saying: WebPartManager is undefined and WebPartMenu is undefined.
Any aid that can be given to why this might be happening would be appreciated.
Richard Priddy