Debug Server Installation

ron Kunce

New member
Joined
Aug 26, 2008
Messages
2
Location
Springfield IL
Programming Experience
10+
I have developed a VS 2005 multi-threaded console application, which calls a third party web-service and updates an SQL Server 2000 database with results. It runs perfectly from my workstation. However, when the bin file contents are copied to a fileserver and run from there, it starts to run, gets records from the database, then just fails throwing zero error messages to the error log when it exits. Depending on how I run it, it sometimes throws a system error pointing to an unspecified security problem. I have checked all rights on the server directory and found no problems. I really need to find what is causing it to fail.

I know how to use the debugger when running from my work station, but I am unclear as how to debug from the server installation. What do I need to do to find out why it is failing when run from a fileserver directory? How do I configure it to use the debugger when run on the server?

Ron K.
 
Back
Top