Object disabled –iis打不开asp文件
没事研究了下iis lockdown ,运行了之后,
结果发现iis无法再正常运行了,本来能用的asp网站打不开了。
报错:Object disabled — 导致iis打不开asp文件
在网上寻找解决办法,很多网站都给了一个解决方法,但是不行。
这时候还是google发挥了它的优势,搜到老外的一个blog里去了,仔细的看了看,问题得到解决。
主要做法是:
Open the mmc for IIS, right click on the servername and choose properties
Click Edit for Master Properties
Choose the Home directory tab, click the configuration button
Verify that App Mapping for .asp is C:WINNTsystem32inetsrvasp.dll if it
is not then choose
edit and make sure that it points to the above file.
Then click apply
大概就是说呢,选择网站的属性,选择主目录,点击下边的配置按钮,把asp文件的可执行文件路径选择到 C:WINNTsystem32inetsrvasp.dll ,然后应用,就可以了。
其实呢,在运行iis lockdown的时候就已经看到日志里有说对asp文件的可执行文件操作了,不过没有注意,出问题了也没有仔细去想。。
欠思考……