Search in IIS 6 what"s best

Search in IIS 6 what"s best

am 13.08.2007 21:50:50 von John Brennan

This is a multi-part message in MIME format.

------=_NextPart_000_0026_01C7DDC1.B8BB2E90
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

In IIS 5 we used a script query.idq to get search results. That script =
does not seem to work in IIS 6. FP extensions are enabled. The indexing =
service is on. It was enabled after IIS was installed and the Idq suffix =
is associated with the idq.dll. If this is fixable great but is there a =
better way to do the search function in IIS 6? Please point me to =
examples.=20

Thanks
John
------=_NextPart_000_0026_01C7DDC1.B8BB2E90
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable



charset=3Dwindows-1252">




In IIS 5 we used a =
script=20
query.idq to get search results. That script does not seem to work in =
IIS 6. FP=20
extensions are enabled. The indexing service is on. It was enabled after =
IIS was=20
installed and the Idq suffix is associated with the idq.dll. If this is =
fixable=20
great but is there a better way to do the search function in IIS 6? =
Please point=20
me to examples.

 

Thanks

size=3D2>John


------=_NextPart_000_0026_01C7DDC1.B8BB2E90--

Re: Search in IIS 6 what"s best

am 13.08.2007 23:15:03 von Kristofer Gafvert

Hi,

Without knowing what "does not seem to work" actually mean, there is very
little we can do to help you fix the problem. All we actually know is that
you have some kind of problem to use the indexing service to search your
website.

The Indexing Service is available on Windows Server 2003 and is supported,
so it should work. I do however not know what changes has been done in
this service compared to Windows 2000. The index server has its own
newsgroup, and you may want to try there how to solve the problem you are
having with it. But make sure you include the problem (such as what you
do, what you see, any messages you see etc.)

There are plenty of other alternatives, and what is best is really
difficult to say without knowing any details about the website.

- There are companies that crawls your (public) website and you can use
their servers to implement search functionality on your site.
- You can write your own search engine using existing database server to
search the content (providing that all documents are stored in a
database). Of course, you are not limited to database storage, assuming
you know how to read your data files.
- You can use free search engines and third-party indexing applications,
such as Lucene.Net and Seekafile Server or TSEP.
- Check out google's services, Google is quite good at search applications.



--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


John Brennan wrote:

>In IIS 5 we used a script query.idq to get search results. That script
>does not seem to work in IIS 6. FP extensions are enabled. The indexing
>service is on. It was enabled after IIS was installed and the Idq suffix
>is associated with the idq.dll. If this is fixable great but is there a
>better way to do the search function in IIS 6? Please point me to examples.
>
>Thanks
>John

Re: Search in IIS 6 what"s best

am 14.08.2007 17:40:49 von John Brennan

It was a file not found. I resolved that and it works. I was asking about
the best solution as I wondered if there was something better than what I
was using.

Thanks
John
"Kristofer Gafvert" wrote in message
news:xn0f9wy5c8itae002@news.microsoft.com...
> Hi,
>
> Without knowing what "does not seem to work" actually mean, there is very
> little we can do to help you fix the problem. All we actually know is that
> you have some kind of problem to use the indexing service to search your
> website.
>
> The Indexing Service is available on Windows Server 2003 and is supported,
> so it should work. I do however not know what changes has been done in
> this service compared to Windows 2000. The index server has its own
> newsgroup, and you may want to try there how to solve the problem you are
> having with it. But make sure you include the problem (such as what you
> do, what you see, any messages you see etc.)
>
> There are plenty of other alternatives, and what is best is really
> difficult to say without knowing any details about the website.
>
> - There are companies that crawls your (public) website and you can use
> their servers to implement search functionality on your site.
> - You can write your own search engine using existing database server to
> search the content (providing that all documents are stored in a
> database). Of course, you are not limited to database storage, assuming
> you know how to read your data files.
> - You can use free search engines and third-party indexing applications,
> such as Lucene.Net and Seekafile Server or TSEP.
> - Check out google's services, Google is quite good at search
> applications.
>
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> John Brennan wrote:
>
>>In IIS 5 we used a script query.idq to get search results. That script
>>does not seem to work in IIS 6. FP extensions are enabled. The indexing
>>service is on. It was enabled after IIS was installed and the Idq suffix
>>is associated with the idq.dll. If this is fixable great but is there a
>>better way to do the search function in IIS 6? Please point me to
>>examples.
>>
>>Thanks
>>John

Re: Search in IIS 6 what"s best

am 21.08.2007 20:14:02 von Security

Hi John,

How you resolved the file not found problem? I have server 2003 with IIS 5
and get the file not found error when do a search from the web. I checked the
file is there in the location. The same code that works on other servers (XP
and 2003 with IIS 6). I do not know what is wrong with the configuration.

Any help will be appreciated.

Thanks,
Rose

"John Brennan" wrote:

> It was a file not found. I resolved that and it works. I was asking about
> the best solution as I wondered if there was something better than what I
> was using.
>
> Thanks
> John
> "Kristofer Gafvert" wrote in message
> news:xn0f9wy5c8itae002@news.microsoft.com...
> > Hi,
> >
> > Without knowing what "does not seem to work" actually mean, there is very
> > little we can do to help you fix the problem. All we actually know is that
> > you have some kind of problem to use the indexing service to search your
> > website.
> >
> > The Indexing Service is available on Windows Server 2003 and is supported,
> > so it should work. I do however not know what changes has been done in
> > this service compared to Windows 2000. The index server has its own
> > newsgroup, and you may want to try there how to solve the problem you are
> > having with it. But make sure you include the problem (such as what you
> > do, what you see, any messages you see etc.)
> >
> > There are plenty of other alternatives, and what is best is really
> > difficult to say without knowing any details about the website.
> >
> > - There are companies that crawls your (public) website and you can use
> > their servers to implement search functionality on your site.
> > - You can write your own search engine using existing database server to
> > search the content (providing that all documents are stored in a
> > database). Of course, you are not limited to database storage, assuming
> > you know how to read your data files.
> > - You can use free search engines and third-party indexing applications,
> > such as Lucene.Net and Seekafile Server or TSEP.
> > - Check out google's services, Google is quite good at search
> > applications.
> >
> >
> >
> > --
> > Regards,
> > Kristofer Gafvert
> > http://www.gafvert.info/iis/ - IIS Related Info
> >
> >
> > John Brennan wrote:
> >
> >>In IIS 5 we used a script query.idq to get search results. That script
> >>does not seem to work in IIS 6. FP extensions are enabled. The indexing
> >>service is on. It was enabled after IIS was installed and the Idq suffix
> >>is associated with the idq.dll. If this is fixable great but is there a
> >>better way to do the search function in IIS 6? Please point me to
> >>examples.
> >>
> >>Thanks
> >>John
>
>
>

Re: Search in IIS 6 what"s best

am 21.08.2007 22:18:06 von Security

I found that the Index Service was set to prohibit

"security" wrote:

> Hi John,
>
> How you resolved the file not found problem? I have server 2003 with IIS 5
> and get the file not found error when do a search from the web. I checked the
> file is there in the location. The same code that works on other servers (XP
> and 2003 with IIS 6). I do not know what is wrong with the configuration.
>
> Any help will be appreciated.
>
> Thanks,
> Rose
>
> "John Brennan" wrote:
>
> > It was a file not found. I resolved that and it works. I was asking about
> > the best solution as I wondered if there was something better than what I
> > was using.
> >
> > Thanks
> > John
> > "Kristofer Gafvert" wrote in message
> > news:xn0f9wy5c8itae002@news.microsoft.com...
> > > Hi,
> > >
> > > Without knowing what "does not seem to work" actually mean, there is very
> > > little we can do to help you fix the problem. All we actually know is that
> > > you have some kind of problem to use the indexing service to search your
> > > website.
> > >
> > > The Indexing Service is available on Windows Server 2003 and is supported,
> > > so it should work. I do however not know what changes has been done in
> > > this service compared to Windows 2000. The index server has its own
> > > newsgroup, and you may want to try there how to solve the problem you are
> > > having with it. But make sure you include the problem (such as what you
> > > do, what you see, any messages you see etc.)
> > >
> > > There are plenty of other alternatives, and what is best is really
> > > difficult to say without knowing any details about the website.
> > >
> > > - There are companies that crawls your (public) website and you can use
> > > their servers to implement search functionality on your site.
> > > - You can write your own search engine using existing database server to
> > > search the content (providing that all documents are stored in a
> > > database). Of course, you are not limited to database storage, assuming
> > > you know how to read your data files.
> > > - You can use free search engines and third-party indexing applications,
> > > such as Lucene.Net and Seekafile Server or TSEP.
> > > - Check out google's services, Google is quite good at search
> > > applications.
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Kristofer Gafvert
> > > http://www.gafvert.info/iis/ - IIS Related Info
> > >
> > >
> > > John Brennan wrote:
> > >
> > >>In IIS 5 we used a script query.idq to get search results. That script
> > >>does not seem to work in IIS 6. FP extensions are enabled. The indexing
> > >>service is on. It was enabled after IIS was installed and the Idq suffix
> > >>is associated with the idq.dll. If this is fixable great but is there a
> > >>better way to do the search function in IIS 6? Please point me to
> > >>examples.
> > >>
> > >>Thanks
> > >>John
> >
> >
> >