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...
http://www.experts-exchange.com/Web_Development/Authoring/Q_10163319.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10303315.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20572939.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20598698.html
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, ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20844402.html
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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21040744.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21066076.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21244123.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21466638.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21474703.html