Safari浏览器中的问题 [英] Facing problem in Safari browser

查看:123
本文介绍了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.

推荐答案


首先,通过右键单击项目在站点中添加App_Browsers文件夹,然后选择添加ASP.NET文件夹-> App_Browsers,然后在此页面中编写所有这些代码

Hi
first you add App_Browsers folder in your site by right clicking on project then select Add ASP.NET folder-->App_Browsers , then in this page write all this code

<browsers>
  <browser refid="safari1plus">
    <controladapters>
      <adapter controltype="System.Web.UI.WebControls.Menu" adaptertype="" />
    </controladapters>
  </browser>
</browsers>



然后检查,希望对您有帮助.



then check , hope it will help you.


这篇关于Safari浏览器中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆