This is a long shot. But by default services are only accessible with http POST and not GET. Try to add this setting http://stackoverflow.com/questions/618900/enable-asp-net-asmx-web-service-for-http-post-get-requests.
After some more digging I found out that it was because it could not found the index with no name (namedindex=&).
I am trying to use the page:
/EPiServer/CMS/Admin/IndexContent.aspx
And it does not work even in the alloy-template so maby its something wrong with that one
The default implementation is to not have any named indexes. Please see my answer here http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=82617. And also make sure that the index exists in the app data folder and that the application has modify rights to the files.
There are something mayor wrong with our indexing so we are redoing it from the scratch, se if that is working better. Will get back with info about that
Trying to get EPiServer Search to work and when I try to reset the index I get this error:
2014-03-17 15:49:19,692 [80] ERROR henrikf ACTIVE811 EPiServer.Search.RequestHandler.ResetIndex: Could not reset index '' for service uri 'http://localhost:37005/IndexingService/IndexingService.svc/reset/?namedindex=&accesskey=local'. Message: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse()
If I go to the URL I get this error:
405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
Anyone know What I might do wrong?