IIS出现The requested resource is in use的解决办法

有的时候,我们在调用ASP的时候出现了

The requested resource is in use

这个时候在 微软的KB上解决办法是将ASP ISAPI缓存的对号选中
很遗憾,这样不能够解决大部分问题。这个问题依然会困扰着很多人。

The possible cause for this is vbscript.dll reference in registry got messed up and
you need to re-register it.
Try

运行
regsvr32 %windir%/system32/vbscript.dll

问题解决

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>