I need some tips on using the command line utility from a C # / ASP.NET web application.
I found a third-party utility for converting files to CSV format. The utility works fine and can be used from the command line.
I searched the Internet for examples of how to run a command-line utility, and found this example.
The problem is that this is not very good. When I try to use the sample code with my utility, I get an invitation asking me to install the utility on the client machine. This is not what I want. I do not want the user to see what is happening in the background.
Is it possible to execute a server command and process the file?
Any help would be greatly appreciated.
Rup source share