Re: Remote Debugging for Winlogon
- From: Jakub Gwozdz <gwozdziu@xxxxxx>
- Date: Sat, 28 Jan 2006 23:47:31 +0100
Dnia Fri, 27 Jan 2006 20:08:13 +0100, fedo05 napisał(a):
> Hi,
>
> I'm using Msvsmon to debug a Gina dll on a remote computer.
> I've installed the monitor as system service (with srvany.exe) and it start after boot.
>
> My Visual studio debugger find the remote monitor but says "remote debugger is running as different user" and
> doesn't attach Winlogon process.
>
> If I launch the monitor in logged-on state, the monitor run as my username (not SYSTEM) and the attaching
> works...
>
> How I can use the remote debugger to debug my Gina? LoggedOn and Locked state work, but I'd like to debug
> the Logged-off state..
>
> Thanks
Yeah... It worked fine with previous Visual Studio, but in VS2005 they
messed up whole authorization thing and the only way I've found to run
MSVSMON as system service goes like this:
On test machine:
1. (Assuming that you run VS as user myuser) Create local (not domain) user
with login "myuser".
2. Configure msvsmon to run as service
3. In AdminTools\Services configure msvsmon to run as myuser.
On development machine
4. Configure debugging in VS.
On both machines
5. The worst thing: You have to allow all traffic between test machine and
development machine. Both ways.
Previously it was more secure, only test machine had had to allow incoming
request, on one port only :(
--
Jakub Gwóźdź
gwozdziu@xxxxxx
.
- Follow-Ups:
- Re: Remote Debugging for Winlogon
- From: fedo05
- Re: Remote Debugging for Winlogon
- References:
- Remote Debugging for Winlogon
- From: fedo05
- Remote Debugging for Winlogon
- Prev by Date: GINA dev and MSGina
- Next by Date: Re: CertVerifyRevocation
- Previous by thread: Re: Remote Debugging for Winlogon
- Next by thread: Re: Remote Debugging for Winlogon
- Index(es):
Relevant Pages
|