Shanan

Shanan

  • NA
  • 3
  • 0

Opening a browser window from a Web Service

Nov 22 2007 4:07 PM

Hi all,

I need to know if it is possible to open a browser window on the client's machine from within a Web Service.

I have a web service which accepts an XML file and writes another XML file to a particular location. I then need a browser window to pop-up with a page that reads the newly wrtten XML file and allows the user to edit it.

I have this working fine in debug mode using System.Diagnostics.Process.Start() but undertsand that this won't work outside of debug mode.

Any suggestions would be much appreciated. 


Answers (2)