impersonation
Accessing SelfHosted WCF Services outside a domain
We have WCF services being self-hosted by a Windows Service inside our domain, using NetTCP with the following settings.[详细]
2023-04-04 08:43 分类:问答Cassini ignoring Win NT role authorization, IIS 7.5 all ok
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[详细]
2023-04-03 12:17 分类:问答Timeout exception calling UserPrincipal.GetGroups from a Windows service
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[详细]
2023-04-02 09:33 分类:问答Retrieving the login name in SQL Server via an Asp.NET application using Windows Authentication
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).[详细]
2023-04-01 12:14 分类:问答Impersonation In Windows 7
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[详细]
2023-03-31 06:38 分类:问答How to impersonate current outlook user in outlook addin (.NET Code)
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[详细]
2023-03-30 08:20 分类:问答Calling web service with current users credentials from SharePoint
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.[详细]
2023-03-30 07:02 分类:问答Impersonation does not work with Interop.MSClusLib
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[详细]
2023-03-30 00:03 分类:问答MySqlConnection Open failed , access denied even with impersonation
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[详细]
2023-03-28 15:04 分类:问答Current User is LocalSystem Check?
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开发者_运维[详细]
2023-03-27 03:45 分类:问答