I have an Action that needs to read a file from a secure location, so I have to use impersonation to read the file.
We are in the throes of integrating a Document Management System with Dynamic CRM 4. We have done similar things previously but in this instance we开发者_StackOverflow中文版 are having to reference a
I have a webpage that allows a user to upload a file to a network share. When I run the webpage locally (within VS 2008) and try to upload the file, it works! However, when I deploy the website to the
I have an c# winform application that runs under a local account but needs to monitor folders on a domain.I am using slightly modified code from here to copy the files and that works fine.Can similar
Please explain imper开发者_开发问答sonation for non-technical users.Then please explain it in the context of ASP.NET. Is Impersonation good or evil? Do we use it in the case of Forms-based Authenticat
I am having trouble using impersonation to delete a PerformanceCounterCategory from an MVC website. I have a static class and when the application starts it checks whether or not a PerformanceCounterC
We\'re trying to run a set of administrative tasks on the server via a web administration console.The console runs with impersonation as the currently logged-in user, and only administrators on the lo
I\'m running on a Windows 2000 Pro SP4 box (off domain) and trying to impersonate a local user on a Windows XP box (on domain).I\'m using code very similar to the WindowsImpersonationContextFacade in
I\'m working on a program that has to archive (zip and delete files and folders) on a server. The servers that hosts the application (ASP.NET MVC) and the server that holds the files are two different
I have a web app (.NET 3.5) which is sending notifications by email to users. In order to do this, I search Active Directory to find each person\'s email.