Hi, I am running an ASP.NET web application that connects to the WSS 3.0 search web service (spsearch.asmx).
The WSS site itself is configured for anonymous access: site search works with chrome, firefox and so on without the need of an authorization.
I also set anonymous rights for the spsearch.asmx, but I get an Unauthorized when trying to connect using the generated web service proxy. I tried a lot of settings (PreAuthenticate and so on). Nothing works. Is there a special configuration necessary, or doesn't work this web service with anonymous authentication?