Dear all,
I am using .NEt.2.0 and trying to get the current identity in order to
retrive the role that my user belongs to.
For that I am using the following code
WindowsIdentity identity = (WindowsIdentity)Thread.CurrentPrincipal.Identity;
WindowsPrincipal pc = new WindowsPrincipal(ident...
more >>
Here's an error i get. I have IIS6 and Sql Server 2000 on different
machines both running wk2003. I'm using Intergrated Windows
Authentication. here's an error Id get.
System.Security.SecurityException: There is a time and/or date
difference between the client and server.
at System.Sec...
more >>
Hi,
In my program I need the handle to the current user's token to perform
some operations in native code. I am trying to get the handle using
WindowsIdentity.GetCurrent().Token and pass it to my native dll.
Does this method return a handle to the user's token? Or is there some
other way to...
more >>
Hi
I'm an MCT and came across this little nugget last week.
Using Reflector, I created a project from the Integration services Dll
from sql2005.
I took off the assembly signing, added some code to write to a file.
I dropped the dll in the directory where sqlservr.exe is
I created a new...
more >>