1. Application Center Test - Local policy rights problem. - Microsoft .NET Framework
2. Unable to run windows form application without local admin right
Hi, I have developed a windows form application on a machine that has dot net framework 3.5. Application is compiled with option target machine framework as version 3.0. This application is to be run using windows runas option on client's machine because my ID do not have access to the SQL database I am using and also to the test lab I am pointing to check some files. Now if I add the id used during runas is part of local administrators, I am able to trigger the application otherwise I am getting an error saying that access to local resources not allowed while launching the application. I am able to run the application on local machine with the id that is not having administrative privileges. can someone please suggest what could be the issue? or How can I debug which is the non accessible resource ? Thanks in advance. Avinash
3. Install rights required to install ADOMD.NET - ADO.Net
4. Debug local IIS ASP.NET without Admin rights?
Hi, Win2000 SP4 with IIS5 VS.NET 2003 .NET 1.1 SP1 User belongs to "Users", "VS Developers", "Debugger Users" User can't debug local ASP.NET app without being in "Administrators" From various articles it seems aspnet_wp.exe cannot be attached to, unless the user is a local Administrator? One option is to edit machine.config such that the process runs as the user, but this requires a plain text password in the machine.config file and means only ONE user can ever debug. Are there any other solutions to this? -- Gerry Hickman (London UK)
5. how to create tlb w/o administrator right on vista - .Net Framework
6. Adding domain user account to local administrator group
Hi all,
I'm new to this group but I've found many usefull discussions here.
Here's my problem/question. I want to add a domain account to a local
administrator group of one of the domain servers via a webservice
written in C#. I've read most discussion on creating a user and adding
the user to a group using the directoryservices namespace but so far I
haven't been successfull.
Below some lines of code I've used and works but creates a new local
user:
//******************************************
DirectoryEntry _localContainer = new DirectoryEntry("WinNT://" +
Environment.MachineName + ",computer", "administrator", "password");
DirectoryEntry _userNew = _localContainer.Children.Add("test
user","user") as DirectoryEntry;
_userNew.Invoke("SetPassword", new object[] {"test"});
_userNew.Invoke("Put", new object[]{"Description","test account"});
_userNew.CommitChanges();
//*******************************************
Instead I want to add an existing domain account to the administrator
group of the server2003 machine the webservice is located on.
Any ideas or hint would be very much appreciated!
Thanx,
Suly
7. ADSI local machine administrators members? - Microsoft .NET Framework
8. .net Developers & XP Local Admin rights
We try to manage security on our workstations within our organization. So we decided to revoke local Admin rights for developers on there laptops and or workstations , has anyone white papers or info concerning this topic ? We try to accommodate our developers and get our environment save. thks peter