We have WCF services being self-hosted by a Windows Service inside our domain, using NetTCP with the following settings.
I have an ASP.NET MVC 3 application running on both my local dev box (Win7) and staging server (W2k8r2).The application operates fine in both environments until ASP.NET Windows authorization security
When I run simple console app that calls UserPrincipal.GetGroups, it enumerates the users groups with no problems.However when I run the same code as t开发者_运维技巧he same user on the same server bu
Here is the scenario. The database server DBServer (SQL Server 2008) is on box 1 and the web server running an ASP.NET application is on box 2 (IIS 7.5).
I have an impersonation class that so far has been working great on windows XP, however when I try to use the same Impersonation on Windows 7 I have an issue. The impersonation as far as I know works
I am having a .net based outlook addin that will communicate exchange web service using stored credentials (user name andcurrent password). Now i wanna remove this dependacy and impersonate current ou
When I run this C# code from my vs2010 client it works authenticating as me. However if I deploy the code to a sharePoint page on a webserver I get an authentication error from the web service.
I have a WCF web service with different sections that need to run under different users. One of them is clustering, which is implemented using the Interop.MSClusLib API.I\'m trying to apply impersona
My Class library failed to make a mysql connection using MySql .net connector . It can connect if I run it thru a command line console app that use the class library. But it fails when I use PHP COM t
It is easy enough to determine if the user running my C# .NET 4.0 console app is a member of the local Administrators group. I am also trying to determine if it is running under LocalSystem开发者_运维