I am trying to use the Axinom CMS with ASP Ajax and created a page containing ScriptManager, UpdatePanel and Timer.
When publishing the page in the CMS the actual page is created under
but the user is meant to access it under
which is established via an application mapping in IIS to the .AxCMS extension.
If the page is access via (1) everything is working fine, using (2) the page is loaded correctly and also when the timer kicks in the first time the page looks fine. Then on the second timer event page is redirected to PageNotFound.aspx.
When investigating with FireBug the first POST returns the update, but the second POST returns 403 Forbidden.
Has anybody ideas how to solve or approach this problem furthermore?