impersonation
Why are my executables being run as a domain user in IIS 6?
I\'m having problems with IIS in DEV vs QA. One thing I notices by watching task manager is that when a .exe runs on DEV it is running as the user instead of my generic iis user. Is this normal for II[详细]
2023-03-07 12:47 分类:问答Running NUnit integration tests with different credentials
I am running integration tests with C#, NUnit, and SQL Server 2008 r2 dev edition database. Setting up my fixture includes creating a new database and loading test data, so I need dbo privileges for t[详细]
2023-03-07 05:18 分类:问答ASP.NET impersonation problem (part 2)
This is a follow on to a previous post about being unable to impersonate a currently logged in Windows user.There were many good suggestions, but the previous thread was getting messy, so I am resetti[详细]
2023-03-06 15:45 分类:问答ASP.NET - Impersonation not working
I\'m trying to ensure my ASP.NET 4.0 application runs under an administritive account. I\'ve got this in my web.config:[详细]
2023-03-03 18:29 分类:问答Application pool identity or Impersonation
(A question of similar vein has been asked before but both the question and the accepted answer do not provide the detail I am looking for)[详细]
2023-03-01 16:13 分类:问答Upload images on web hosted MVC 3 application and Impersonation?
I have an MVC 3 application on a web host, and using an input type=file doesn\'t work for uploading images. I get an \"access denied\" error on the folder.[详细]
2023-02-28 23:37 分类:问答Debug while Impersonating Another Domain Account
Is it possible to debug a C# .NET 4 application, run unit tests, etc., using domain user credentials other than my own?I have several elevated permissions that the users and/or service accounts will n[详细]
2023-02-27 10:46 分类:问答c# library impersonate problem
I\'m working on a website that has been coded by someone else. The application contains three layers. A website, a web service and a library. The Web service is up for other application to call method[详细]
2023-02-26 16:41 分类:问答WSAT on IIS doesn't respect ASP.NET impersonation?
To manage an ASP.NET web application that uses Forms Authentication, I\'m trying to setup the \"Web Site Administration Tool\" that comes with ASP.NET for our production environment, using steps simil[详细]
2023-02-22 20:56 分类:问答The contract operation 'DownloadStream' requires Windows identity for automatic impersonation
I recently changed my binding configurations to allow impersonation in my WCF service.By implementing this, I was required to use a buffered TransferMode.Buffered as opposed to streamed.While this see[详细]
2023-02-21 04:42 分类:问答