We recently have been trying to get this to work without facing it to the public by passing the info to a webpage in .ASP.
Does anyone have an example querying thunderstone and then passing the XML code back to an .ASP page???
yes, we do that with ASP.NET 1.1 (and soon 2.0, we ported it and it works fine). turn off the XSL, and enable XML, and we use a WebClient instance to download the xml from the url we give it, and from that xml we display the results. we have paging and selectable categories.
The method is described in the "Dynamic Host and XML" section of the appliance manual, which includes "Issuing a Query Programmatically", "Processing Search Results", and "Sample ASP Code".