Advertisement

1 - 10 of 111 containing alltags:("impersonate") (0.001 seconds)
I've been told that a package user in MTS only should be in the group 'MTS Trusted Impersonator' to be able to create processes in MTS. The thing is that it does NOT work with these settings, I mus...
Zones: AuthoringDate Answered: 06/29/1999 Grade: C Views: 0
I'm writing a service that will run as the System Account, but I need to have access to HKEY_CURRENT_USER for whoever is logged on at any given time.  Is impersonating the logged on user considered...
Zones: Windows ProgrammingDate Answered: 03/07/2000 Grade: B Views: 0
Anyone know how to return a client computer's name in an asp.net web app? To get the userID i use: // get the w2k user name ... remember.. i put <identity impersonate="true" />  into the web.c...
Zones: .NETDate Answered: 04/03/2003 Grade: A Views: 0
For an intranet asp.net app. The code is working fine when I impersonate use the web.cong file <identity impersonate="true" userName="user1" password="pw1" />. The app can access the ACCESS databa...
Zones: .NETDate Answered: 05/15/2003 Grade: A Views: 0
I have a web application that has impersonation enabled.  The user I'm logging in with is a member of the server's administrator group. The server is a Win2K active directory domain controller, ...
Zones: .NETDate Answered: 01/10/2004 Grade: A Views: 0
Is there some way with standard ASP to do the equivalent of ASP.net impersonation?
Zones: ASPDate Answered: 06/29/2004 Grade: A Views: 0
I want to use impersonation for my web app. I know that I can put: <identity impersonate="true" username=.. password=...> in the web.config file. Is there a way to achieve this without putting t...
Zones: ASP.Net ProgrammingDate Answered: 08/24/2004 Grade: A Views: 0
I have some code in an asp.net page used to pull an Excel file from a network share and open it in Excel on the user's machine.  This code works perfectly when the application is running local, but...
Zones: Web DevelopmentDate Answered: 12/21/2004 Grade: A Views: 0
I am developing a web application in which i need to access our active directory and read some information about users. When i try to run this on other computer besides mine ( which is the web ser...
Zones: ASP.Net ProgrammingDate Answered: 07/13/2005 Grade: A Views: 4
Hi, I use asp.net, and in machine.config I use : <identity impersonate="true" name="Redmond\myUser" password="bar" /> (needed so that I can acess to DCOM from asp.net application). Now, on s...
Zones: ASP.Net ProgrammingDate Answered: 07/19/2005 Grade: B Views: 128