I am running Windows 2000 Server with IIS 5
I have Index Server installed and running, but am unable to access it via the idq resource. I am able to query the catalogs no problem using the IXSSO.Query object, but when i try using an idq file and template it gives me:
HTTP 405 - Resource not allowed
Internet Information Services
here is my code:
<form action="/search/query.idq" method="post">
<input type="text" name="CiRestriction"><br>
<input type="submit">
</form>
query.idq:
[Query]
CiColumns=filename,size,characterization,rank,path,hitcount,vpath,DocTitle,write
CiCatalog=c:\Inetpub
CiScope=/
CiFlags=DEEP
CiRestriction=%CiRestriction%
CiMaxRecordsInResultSet=1000
CiMaxRecordsPerPage=10
CiTemplate=/search/template.htx
CiSort=rank[d]
any ideas?? i can't find anything on the web
thanks!
I have Index Server installed and running, but am unable to access it via the idq resource. I am able to query the catalogs no problem using the IXSSO.Query object, but when i try using an idq file and template it gives me:
HTTP 405 - Resource not allowed
Internet Information Services
here is my code:
<form action="/search/query.idq" method="post">
<input type="text" name="CiRestriction"><br>
<input type="submit">
</form>
query.idq:
[Query]
CiColumns=filename,size,characterization,rank,path,hitcount,vpath,DocTitle,write
CiCatalog=c:\Inetpub
CiScope=/
CiFlags=DEEP
CiRestriction=%CiRestriction%
CiMaxRecordsInResultSet=1000
CiMaxRecordsPerPage=10
CiTemplate=/search/template.htx
CiSort=rank[d]
any ideas?? i can't find anything on the web
thanks!