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
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
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
I\'m trying to ensure my ASP.NET 4.0 application runs under an administritive account. I\'ve got this in my web.config:
(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)
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.
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
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
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
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