NAV导致IIS调用FSO失败的解决方法
程序员文章站
2022-05-28 16:25:09
症状:
当你浏览调用filesystemobject的asp页面时,
对页面的请求处于停止状态并最终导致页面在浏览器中的超时。
原因:
这种问题是因为 nort...
症状:
当你浏览调用filesystemobject的asp页面时,
对页面的请求处于停止状态并最终导致页面在浏览器中的超时。
原因:
这种问题是因为 norton antivirus 软件的 script blocking
功能阻止了脚本操作对文件系统的访问,例如使用 filesystemobject。
这种问题不仅在asp网络应用程序中存在,同时它也会在其他技术中发生,例如
windows script。
注意:该问题即使在 norton anitvirus 在被禁止时仍然会发生。
解决:
为解决这个问题,请于 norton antivirus 软件支持中心联系。
下面的 symantec 网站描述了如何去处 script blocking 功能。
http://service1.symantec.com/support/nav.nsf/aab56492973adccd8825694500552355/399a443be88ce25788256a0e0068e180?opendocument
(一行)
注意:你可能需要在改变了上述提到的 norton antivirus 软件后重新启动服务器。
--------------------------------------------------------------------------------
如何在 norton antivirus 2001 中 禁止 script blocking
情况:
你希望禁止 norton antivirus script blocking
解决:
为了禁止 norton antivirus 2001 script blocking:
1. 启动 norton antivirus。
2. 点击 option。如果在你点击 option 时出现菜单,请点击 norton antirus。
出现 norton antivirus 选项菜单。
3. 点击 script blocking。
4. 取消 "enable script blocking (recommended)." 的选择。
5. 点击 ok。
当你浏览调用filesystemobject的asp页面时,
对页面的请求处于停止状态并最终导致页面在浏览器中的超时。
原因:
这种问题是因为 norton antivirus 软件的 script blocking
功能阻止了脚本操作对文件系统的访问,例如使用 filesystemobject。
这种问题不仅在asp网络应用程序中存在,同时它也会在其他技术中发生,例如
windows script。
注意:该问题即使在 norton anitvirus 在被禁止时仍然会发生。
解决:
为解决这个问题,请于 norton antivirus 软件支持中心联系。
下面的 symantec 网站描述了如何去处 script blocking 功能。
http://service1.symantec.com/support/nav.nsf/aab56492973adccd8825694500552355/399a443be88ce25788256a0e0068e180?opendocument
(一行)
注意:你可能需要在改变了上述提到的 norton antivirus 软件后重新启动服务器。
--------------------------------------------------------------------------------
如何在 norton antivirus 2001 中 禁止 script blocking
情况:
你希望禁止 norton antivirus script blocking
解决:
为了禁止 norton antivirus 2001 script blocking:
1. 启动 norton antivirus。
2. 点击 option。如果在你点击 option 时出现菜单,请点击 norton antirus。
出现 norton antivirus 选项菜单。
3. 点击 script blocking。
4. 取消 "enable script blocking (recommended)." 的选择。
5. 点击 ok。