I added a new feature to a web app. It works as expected on my Dev machine but not on the production
site.
It is designed to run a stored procedure to update a table and then open another page.
Here's the code for the button click.
Private Sub btnS ...
Go to the complete details ...