Hi
I've just spent a little while getting nowhere with the above problem. No matter what I tried, I couldn't get the Browse Server function to work - I always got the 500 status error.
This might have been because of the following piece of advice in the Wiki:
"Important: You must grant the necessary privileges to the IUSR_<ComputerName> user to be able to write files and create directories in the UserFiles directory."
This is incorrect.
The user you need to grant privileges to is the ASPNET user, not the IUSR_xxxxxx user. Logical, since it's ASP.NET that's operating on the file system, not IIS.
Hope this helps someone.
I've just spent a little while getting nowhere with the above problem. No matter what I tried, I couldn't get the Browse Server function to work - I always got the 500 status error.
This might have been because of the following piece of advice in the Wiki:
"Important: You must grant the necessary privileges to the IUSR_<ComputerName> user to be able to write files and create directories in the UserFiles directory."
This is incorrect.
The user you need to grant privileges to is the ASPNET user, not the IUSR_xxxxxx user. Logical, since it's ASP.NET that's operating on the file system, not IIS.
Hope this helps someone.

RE: XML server error 500? Read this...
RE: XML server error 500? Read this...
Setting up connectors and config files is all in the current documentation. Having done everything correctly according to this, I was still getting the 500 status error. I'll wager that others are having the same problem for the reason in my original post.