Hi Everyone,
I have this application that parses a file and dumps the data in the database. The application runs fine on my local environment
and development environment, but not on production, in production nothing gets inserted in the database, I checked the permission on the stored procedures
and the tables. I was wondering how is it possible to debug the application on production.
I want to create a global varaible and put some text in it saying "parsing the file starts", "parsing the file ends" and "going inside the database" and
coming outside the database and dump all this text in GUI.
I can turn the tracing on, but I heard it can be very verbose.
I am not sure how do I create this global variable that will work in dal class library and other classes.
any help in debugging this application will be appreciated.
Thanks.
Go to the complete details ...