IE8 错误的问题?
我用IE8登陆一个asp.net网站出现错误。一登陆就出现如下错误:但是用别的浏览器没问题。另外我的电脑装用.net环境(vs2010)。是不是本机器的问题?希望各位大侠不吝赐教。Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
--------------------编程问答-------------------- 浏览器不可能影响的到服务器端程序的运行的...
肯定是网站自身的问题。 --------------------编程问答-------------------- 前几天也遇到这个问题。后来发现是我的浏览器有问题。我用过IE8,IE7。360,世界之窗,都不行,最后卸载了IE8。装上IE6。就可以用了。再没有这个黄色错误
------------------------------------------------------------------------------------------------
http://www.jiemengwu.com/ 解梦屋 http://www.phpzy.com/php/ 绿色php资源http://www.shopfw.com网店服务http://www.jqk8.com剧情看吧
--------------------编程问答-------------------- 浏览器影响到了程序 ,还没遇到过 。 --------------------编程问答-------------------- 启用兼容性视图试一试 --------------------编程问答-------------------- 用IETester测试,看是不是IE兼容问题... --------------------编程问答-------------------- "Server Error" --------------------编程问答-------------------- 导致这个问题因素多。
看IIS日志
补充:.NET技术 , ASP.NET