I have an application that presents a list of hyperlinks to text files that represent customers that exist at given date and time. Users of the application can select a text file and download it, or create a new text file (by clicking a button) to get an updated list of customers (for that moment in time).
I'm having problems with the button. Basically, it calls an executable on the server (for which I do not have the source-code for) that creates the text file. I know the exe to create the customer text file works, because if I run it outside of the web-site it works just fine. When I try to call the EXE from the button, there are no errors...in fact, the .exe returns a value that indicates success...but alas, no text file.
Any ideas what could be going wrong?
I'm having problems with the button. Basically, it calls an executable on the server (for which I do not have the source-code for) that creates the text file. I know the exe to create the customer text file works, because if I run it outside of the web-site it works just fine. When I try to call the EXE from the button, there are no errors...in fact, the .exe returns a value that indicates success...but alas, no text file.
Any ideas what could be going wrong?