Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score how to add "Authorization: Basic" for a web service call
Ottavio - 10 Nov 2006 11:17 AM - 9 messages
Hello, I'm having some problems with the authentication during a web service call I know I have to add the "Authorization: Basic xxxxxxxx" in the http header (not soap header) but I can't find a way to add it. ...
Score LocalSystem network access problem
Scewbedew - 10 Nov 2006 10:15 AM - 3 messages
I have a C# Service running as localSystem, and that service needs to access a network share on another computer.  When attempting to access the share, my service gets an "Access denied" error even though the security settings on ...
Score IE C# ActiveX without permissons
Brutus - 9 Nov 2006 5:45 PM - 3 messages
Hi, I'm porting a VB ActiveX to C# .Net. The C# ActiveX is called from IE as following: <OBJECT id="myControl1" name="myControl1" classid="ClassLibrary1.dll#ClassLibrary1.Class2" width="0" height="0"> </OBJECT> The class is created and runs Ok until the following line ...
Score Winform: Call a vbscript with elevated privileges
Jim Andersen - 9 Nov 2006 11:19 AM - 6 messages
I am making a .NET 2.0 WinForms application. It lets a "normal" user select one or more scripts to be run with Admin (sort of) privileges. And their actions get logged in a database. How do I run a script as another user? ...
Score How to show the windows 'Connect To' dialog from C#
Brad Marshall - 8 Nov 2006 7:16 PM - 2 messages
I am trying to build an application that uses Active Directory to perform authorization and authentication. The client application is a windows forms 'smart client'. The client application needs to get the System.Security.Principal.WindowsIdentity.GetCurrent().Token and send it to ...
Score Code Access Policy Zone Problem
Fran Parker - 7 Nov 2006 8:04 PM - 3 messages
Hi, I'm having a problem related to Code Access Policy zones.  I have a .NET 2.0 executable that when run directly from a local drive letter (e.g. c:\Test\MyEXE.EXE) works just fine.  However, if I share the folder that the ...
Score FullTrust on network drive
Martin Hart - 7 Nov 2006 5:25 PM - 7 messages
Hi: I am trying to run a .NET 2.0 app from a network drive, but I'm getting an error on startup. I have configured the .NET security as follows: My Computer / Runtime Security Policy / Machine / Code Groups / All_Code ...
Score SIgning a dll after compilation
Hagay Lupesko - 7 Nov 2006 10:51 AM - 4 messages
Hi all, I need to sign a dll after it was compiled and linked. Is this possible? Thanks, Hagay. ...
Score Why am I getting errors when I want to rebuild the TreeView contro
Pucca - 6 Nov 2006 8:48 PM - 5 messages
Hi, I'm able to get the Domain object using GetDomain .  I want to rebuild my tree using this new domain so I pass in the new DNS.  I update that in the DirectoryEntry object's path.  But I'm getting the following error message: ...
Score User creation....
Joe - 6 Nov 2006 8:26 PM - 3 messages
I am fairly new at .NET programming so excuse this basic question. I have an application that I would like to create a user in AD with based on a Template account that exists.  The information about the user will be provided ...
Score Login error when opening a deployed project
chris - 6 Nov 2006 5:20 PM - 5 messages
I've developed a Windows Forms Application in Visual Studio 2003. I built an MSI package using the setup and deployment projects setup wizard. I ran the MSI package on my machine (where I developed the application) to install it and I can run the application just fine. I ...
Score Is there a function that I can call to validate a domain?
Pucca - 5 Nov 2006 10:45 PM - 5 messages
Hi, I'm using vs2005 and C#.  In my application I am allowing the user to enter a string representing a domain that they would like the appl to connect to and build a TreeView control based on AD objects in the domain that they ...
Next » 2 3 4 5 6 7 8 9 10