Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP 405 with Ms Index Server

Status
Not open for further replies.

fid

Programmer
May 10, 2001
20
US
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=&quot;/search/query.idq&quot; method=&quot;post&quot;>
<input type=&quot;text&quot; name=&quot;CiRestriction&quot;><br>
<input type=&quot;submit&quot;>
</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!
 
Did you ever find an answer to this problem? I'm having the same problem, so would benefit from anything you learned!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top