English 中文(简体)
ASP.AJAX UpdatePanel(可能与应用程序映射相关)。
原标题:
  • 时间:2009-01-22 11:29:13
  •  标签:

我正在尝试使用Axinom CMS与ASP Ajax,并创建了一个包含ScriptManager,UpdatePanel和Timer的页面。

当在CMS中发布页面时,实际的页面会在下方创建。

http://localhost/Site/publish/PageName.aspx 的中文翻译为:http://localhost/Site/publish/PageName.aspx

但是用户应该在下面访问它

http://localhost/Site/PageName.AxCMS的中文翻译为:无法翻译,因为这是一个本地链接。

这是通过在IIS中对.AxCMS扩展名进行应用程序映射来建立的。

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.

当使用FireBug进行调查时,第一个POST会返回更新,但第二个POST会返回403 Forbidden。

有人有想法如何进一步解决或处理这个问题吗?

问题回答

看起来在回调之后流程变得混乱了。这可能是由于重写的 URL 导致的。在 asp.net 中存在一个已知的问题,即 URL 重写,其中表单操作属性试图找到错误的页面,请参见此处:http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx。

Is .AxCMS ISAPI extension registred into IIS? Do you have Network Service user for publish and upload folders under MS and LS environment with modify permissions?





相关问题
热门标签