IIS 出错
widows2000 server + iis 5.0 启动大约几分钟 iis就会出错,具体现象是网页打开速度非常慢或者打不开,察看日志里面错误项是这么写的
应用:
The server was unable to register the administration tool discovery information. The administration tool may not be able to see this server. The data is the error code.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
系统:
Error: File /error.asp CreateObject Exception. The CreateObject of '(null)' caused exception C0000005..
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
重启iis 会正常几分钟,接着又是老样子
怎么办?
问题点数:80、回复次数:3Top
1 楼suspension(临界悬浮)回复于 2006-01-03 20:04:46 得分 40
重新安装IIS 数据访问交换有问题Top
2 楼kickken(踢你)回复于 2006-01-03 21:11:11 得分 0
iis 是重装了的。关于数据访问交换,能否说的更具体些呢?谢谢!Top
3 楼Aceryt(双子星·上海公干)回复于 2006-01-04 22:53:15 得分 40
CreateObject of '(null)'
^^^^^^^^^^^^^^^^^^^^^^^^这个创建的对象可能有问题,最大的可能是asp程序写的不好,产生内存大量耗尽或者其他的消耗系统资源的情况,导致页面无法访问。
具体请将事件日志中的错误源、错误ID一并贴出来。Top




