Home All Groups Group Topic Archive Search About

Indexing Service, web page, no results... Permissions?

Author
6 Apr 2005 9:25 PM
chrissobo.spam
Hi there. I've been working on a web page that allows you to search one
of our indexes. This index is setup and is running on a folder. If I
query the index from inside of "Computer Management" on our live
machine I get results. If I use my asp script to do it on our live
machine, I get no results.

I developed the asp script on my local machine where IIS is running and
it works fine there. The only difference is that on my local machine,
the data that is indexed is in c:\inetpub\wwwroot\data.

On the live machine, it is under c:\inetpub\data, as to not allow
anonymous access to our data. So basically, on the live machine, there
are no results. I've gone through all folder options, and indexing
options between the two machines, and they are setup identically except
for the folder location itself. Is there some kind of user that needs
to be added to the c:\inetpub\data folder to allow the search to work
again?

Thanks much,
Chris

Author
6 Apr 2005 11:03 PM
Jeff Cochran
On 6 Apr 2005 14:25:42 -0700, chrissobo.spam@gmail.com wrote:

Show quoteHide quote
>Hi there. I've been working on a web page that allows you to search one
>of our indexes. This index is setup and is running on a folder. If I
>query the index from inside of "Computer Management" on our live
>machine I get results. If I use my asp script to do it on our live
>machine, I get no results.
>
>I developed the asp script on my local machine where IIS is running and
>it works fine there. The only difference is that on my local machine,
>the data that is indexed is in c:\inetpub\wwwroot\data.
>
>On the live machine, it is under c:\inetpub\data, as to not allow
>anonymous access to our data. So basically, on the live machine, there
>are no results. I've gone through all folder options, and indexing
>options between the two machines, and they are setup identically except
>for the folder location itself. Is there some kind of user that needs
>to be added to the c:\inetpub\data folder to allow the search to work
>again?

Try the Index Server group.

Jeff