I have this C # web application, which is heavily dependent on two DLL files that I cannot see or edit. The rest of the application is visible and editable.
The application throws SQL exceptions, and I would like to see requests sent from the DLL. Is there any way to do this?
source
share