I am trying to add help to our web application so that the user can open the help text which is formatted in pdf format with TOC and indexes.
I am using the Porcess.Start method with parameters so that the pdf file can be opened to a particular page depending upon where the user is in hte application. The code works fine in Visual Studio debug, however when I bring the application up in a browser,
I can see it running in the Task Manager, but not on the display.
Can you help