I need to open a URL that has a "#" inside using the default browser. I use
System.Diagnostics.Process.Start("file:///c:\Projects\HTMLTest\Debug\help\index.htm#Modules\Administration\UserInterface\MainWindow\Processing.htm");
Now when the browser is launched but the URL it receives is
file:///c:\Projects\HTMLTest\Debug\help\index.htm
Everything after and including the # is cut off. What can I do to open the complete URL in the browser?