简体   繁体   English

“经典ASP”搜索引擎IIS7

[英]“Classic ASP” search engine IIS7

We just upgraded from IIS6 to IIS7 for our intranet site. 我们刚刚将Intranet站点从IIS6升级到IIS7。 All of our ASP.NET and Classic ASP apps are now working except for the Search page (which is written in classic asp). 除了“搜索”页面(以经典ASP编写)之外,我们所有的ASP.NET和Classic ASP应用程序现在都可以使用。

We get: "Server object error 'ASP 0177 : 800401f3'" when trying to register ixsso.Query. 尝试注册ixsso.Query时,我们得到:“服务器对象错误'ASP 0177:800401f3'”。

I know that IIS7 does not use ixsso, so I turned on Windows Search Service. 我知道IIS7不使用ixsso,因此我打开了Windows搜索服务。 How do I code a simple web search either in classic asp or asp.net to utilize Windows Search Service? 如何在经典的asp或asp.net中编写简单的Web搜索代码,以利用Windows Search Service?

You need to install the "Indexing Service" feature under the "File Services" > "Windows Server 2003 File Services" role. 您需要在“文件服务”>“ Windows Server 2003文件服务”角色下安装“索引服务”功能。

This installs the old indexing service that is compatible with your classic ASP search. 这将安装与经典ASP搜索兼容的旧索引服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM