Authenticate to Windows

JGaraas

New member
Joined
Dec 3, 2004
Messages
2
Programming Experience
Beginner
I've written and application that will monitor hardware components of my 2003 servers, i.e..cpu, RAM, etc.

By the way it's a standalone application written entirely using VB.NET.

My problem now is that I have admin rights to these servers and have no problem using the application, but I would like to share the application with our development department so they can see the impact of their web applications running in real time on our development server while their developing them.

I guess what I'm asking is there a way that I can, using code, have the application authenticate to the server.

OS's:
Windows 2003 servers and XP Pro Desktops.
 
I think what your after is system.net.ICredentials. Personally I'd just make your server app. remotable (what can I say, I'm a big remoting fan... :) )
TPM
 
Back
Top