Search results for query: *

  • Users: helen.trim
  • Content: Threads
  • Order by date
  1. H

    Question Process.Start works in test, not when published

    In Visual Studio 2012, I am developing a web application that needs to open Word or PDF documents. In testing, this code works well but when the web page is published, it gives the error message: The system cannot find the file specified. Dim OpenDocument As New ProcessStartInfo...
  2. H

    Question Process.Start works in test, does not work on intranet

    I have a line of code: System.Diagnostics.Process.Start("explorer.exe", DocumentFolder) When I test it, it open Windows Explorer at the specified folder. But when I put the web application on to our intranet server, it does nothing. Is there a setting in IIS that I can change to...
Back
Top