简体   繁体   中英

“Classic ASP” search engine IIS7

We just upgraded from IIS6 to IIS7 for our intranet site. All of our ASP.NET and Classic ASP apps are now working except for the Search page (which is written in classic asp).

We get: "Server object error 'ASP 0177 : 800401f3'" when trying to register ixsso.Query.

I know that IIS7 does not use ixsso, so I turned on Windows Search Service. How do I code a simple web search either in classic asp or asp.net to utilize Windows Search Service?

You need to install the "Indexing Service" feature under the "File Services" > "Windows Server 2003 File Services" role.

This installs the old indexing service that is compatible with your classic ASP search.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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