小编Pet*_*ans的帖子

Internet Explorer 8等待页面完全呈现并执行javascript

我们有一个非常大的网页,里面有一堆javascript.在Firefox/Chrome中加载时,页面会逐渐加载.首先,渲染并显示已经收到的html,然后执行javascript.

然而,Internet Explorer 8会一直等到请求被完全接收并且在它显示之前执行其javascript.这给人的印象是应用程序在短时间内没有响应.

我们有一台笔记本电脑,其中IE8加载了像Firefox/Chrome这样的页面,我们一直在IE8上搜索一个设置,表明它不必等到所有的javascript被执行后再显示页面或部分页面.

有没有人知道如果有这样的设置,哪里可以找到它?我们检查过未安装适用于Internet Explorer的Chrome框架.

更新: 有关更多说明,正如@Thariama在评论中指出的那样我也认为IE8总是等待呈现整个页面,但看到这台笔记本电脑呈现它我很确定它加载了'Firefox-way'.笔记本电脑的RAM和CPU功率相当于台式电脑的一半,它的外观和速度更快(因为渲染).

rendering internet-explorer-8 page-load-time

5
推荐指数
1
解决办法
3607
查看次数

(流畅)NHibernate安全例外 - ReflectionPermission

我已经将ASP.Net Web应用程序升级到最新版本的Fluent NHibernate(1.0.0.636)和最新版本的NHibernate(v2.1.2.4000).我已经多次检查过该应用程序是以完全信任的方式运行的.但我不断收到以下错误:

Security Exception
Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception …
Run Code Online (Sandbox Code Playgroud)

c# asp.net nhibernate securityexception

2
推荐指数
1
解决办法
1183
查看次数