A
Andy
Hi,
I have a C# application, and use Windows Authentication to
authenticate my users. I set the current thread to a new
WindowsPrincipal based on WindowsIdentity.Current.
Once every few weeks, one of my users gets a "SystemException: The
trust relationship between this workstation and the primary domain
failed" error. Sometimes they've been using the program just fine,
othertimes its right on startup. Rebooting thier workstation always
seems to fix it, but I'd like to find out what's going on.
The application is a standard desktop application, which uses .Net
Remoting to talk to an IIS / database server, and run some code on the
server. Everything is part of a Windows 2003 domain, and all
computers are always connected.
Any ideas?
Thanks
Andy
I have a C# application, and use Windows Authentication to
authenticate my users. I set the current thread to a new
WindowsPrincipal based on WindowsIdentity.Current.
Once every few weeks, one of my users gets a "SystemException: The
trust relationship between this workstation and the primary domain
failed" error. Sometimes they've been using the program just fine,
othertimes its right on startup. Rebooting thier workstation always
seems to fix it, but I'd like to find out what's going on.
The application is a standard desktop application, which uses .Net
Remoting to talk to an IIS / database server, and run some code on the
server. Everything is part of a Windows 2003 domain, and all
computers are always connected.
Any ideas?
Thanks
Andy