Author: antoniop | Posted on: 7/22/2009 10:21:22 PM | Views : 1015

Hello, everyone. I am at a loss with this, so, I am requesting your expertise.
Page with FileUpload control: everything works fine if I don't check the file to upload's signature...or so, I think that's where the problem is. 
Everthing works perfectly in the VS environment, point breaks show no errors, the file upload successfully (WITH the signature check), data is entered into a SQL.
Upload onto production server:  everything works fine if I open a browser on the server, go to the page, upload the file (WITH the signature check), data is entered into the SQL.
If I open a browser on a client computer, nothing works!  Can somebody please tell me what I should check?
I tested all the stored procedures by logging onto the SQL server with the credentials passed by the application and all work fine.  Thank you for your time and suggestions.
If codes are needed, h ...

Go to the complete details ...