本文介绍了Safari浏览器中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在Safari浏览器中打开ASP.Net Web应用程序,但一直都重定向到
www.local.com/notfound.aspx?aspxerrorpath=/
就像
http://www.local.com/notfound.aspx?aspxerrorpath=/general/listofbundle.aspx
它可以在其他浏览器中正常运行,但不能在Safari中运行.
请提出相同的解决方案.
I am opening a ASP.Net web application in Safari browser but all the time redirecting to
www.local.com/notfound.aspx?aspxerrorpath=/
as like,
http://www.local.com/notfound.aspx?aspxerrorpath=/general/listofbundle.aspx
Its working fine in other browsers but not in Safari.
Please suggest solution for same.
推荐答案
<browsers>
<browser refid="safari1plus">
<controladapters>
<adapter controltype="System.Web.UI.WebControls.Menu" adaptertype="" />
</controladapters>
</browser>
</browsers>
然后检查,希望对您有帮助.
then check , hope it will help you.
这篇关于Safari浏览器中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!