c# 4.0 - Remotely debugging application on a server with no administrator privileges -
my application runs fine on machine (windows laptop) not on production machine (windows server 2012). don't have administrator rights on production machine, installing visual studio remote tools not possible. prod machine not have visual studio installed. best way debug application running on remote machine in case?
to idea of breaking, looked @ eventviewer on prod machine , see exception , got know function causing issue. however, new c#, need able set breakpoints , step through code understand better , fix issue.
without remote debugging configured not able tp step trough code. please @ options log4net - when enabled in application can useful pinpoint production issue (very easy use , configure) installs vs package manager
Comments
Post a Comment