Remote Debugging
-
i need to develop on a network server here at work, but we can't get it setup right. according to microsoft, you either need to be logged into the network as the same user as the asp.net process runs under, ... or ... logged in as an administrator of the box. our admin says he can't set me up as admin, and i can not login as the asp.net process. I am setup in the 'Debug' group on the server, but I still get permission errors. anyone know any other way i can debug remotely with asp.net ?
-
i need to develop on a network server here at work, but we can't get it setup right. according to microsoft, you either need to be logged into the network as the same user as the asp.net process runs under, ... or ... logged in as an administrator of the box. our admin says he can't set me up as admin, and i can not login as the asp.net process. I am setup in the 'Debug' group on the server, but I still get permission errors. anyone know any other way i can debug remotely with asp.net ?
It doesn't really matter which group you're in, so long as you have the debugging privilege (and just because there is a group named 'Debug', it doesn't necessarily mean these privileges have been granted). The priviliges should be configured in the Security snap-in for the computer, DC, or domain. The admin should also make sure that the Local Security Policy for the computer has the privileges assigned. Since domain privileges take precedence over local ones, using the Local Security Policy shows you whether a user or group really will have those privileges. Second, don't forget to enable debugging in the Web.config file. Finally, make sure the debugging tools are actually installed on the server. If you install the .NET Framework SDK on the server, I believe this is enough. In the VS.NET setup, there are some additional tools you can install remotely, but I believe these are only for DCOM debugging.
-----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----