Try omitting the file:///
protocol prefix. It works for me without one. I believe .NET will truncate any part after the #
if it believes this to be a URL. This is only a guess based on the error message but it seems logical considering that the part after the #
character isn't processed by the server but rather by the client in other scenarios (e.g. web browsers).
Konrad Rudolph
2008-10-21 09:06:28