I've got a Web application that at one stage makes a call to a Windows application (using System.Diagnostics.Process class) that does some processing and exports a file.
The Web app then picks up the file and processes it.
This Windows app needs to be packaged and deployed along with the Web app.
What's the best solution? ...Keeping in mind that the Win app uses 3rd party controls so I can't simply add the exe file to the Web directory...the win app needs a full installation.
Any thoughts would be greatly appreciated.
The Web app then picks up the file and processes it.
This Windows app needs to be packaged and deployed along with the Web app.
What's the best solution? ...Keeping in mind that the Win app uses 3rd party controls so I can't simply add the exe file to the Web directory...the win app needs a full installation.
Any thoughts would be greatly appreciated.