I have build a dll to handle some Exchange server events, so I would like to debug the dll process on the Exchange server, without installing VB6.0 IDE on the server. Is this Possible?

I have seen something like this, but cant make it work:

In the VB project properties, under the debugging tab:
Start program
c:\winnt\system32\dllhost.exe /ProcessID:{977038EA-A3D2-4195-BF7D-D773A1F99EAC}

ProcessID, is the ProcID of the COM+ Application on the server.