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.