Remote Debugging
I've created my web application on a local system. I've debugged and tested; things seem to work great. I've configured the application on a test server over a network. Now the application does not function as expected.
The first page is a login page where a user enters their data, the page queries a database and validates or rejects the user. It now appears that the page does not even query the database.
Is there a way to step through the code I have on the test server? I would like to see if everything is executing or if it may be an IIS issue. Visual Studio .NET is not installed on the test server, nor is that an option.
Your help is appreciated.
|