Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score Windows Firewall
Rufus - 23 Sep 2006 12:16 PM - 3 messages
On a new computer with Windows XP, Microsoft Office, and all updates installed, my Windows Firewall gives off a false, I hope, warning every day 5-6 times.  It says the Windows Firewall is off and I may be unprotected, but ...
Score Drag and Drop Outlook email to Dot Net Framework application?
Ellen - 22 Sep 2006 7:50 PM - 3 messages
Hi! Please point me to the correct discussion if I am off base. We are beta testing a new Dot Net Framework application that allows us to upload documents of different file types for online storage with each of our ...
Score Problems with code access security policy
Grober Myttelson - 22 Sep 2006 2:54 PM - 3 messages
I have made a small app that resides on a server share. It needs to draw some data from a SQL Server database that resides on yet another server. And the app should be possible to run from client computers. ...
Score kaycontainer
BLM - 22 Sep 2006 10:48 AM - 2 messages
Hello There is two option to asign keypair to an assembly 1. In assenblyinfo.cs file asign .snk file name to AssemblyKeyFile atrribule. for exam - [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] 2. Install keypair in kaycontiner by use sn.exe - i and and asign ...
Score remote registry access issue on Vista RC1
Darren Mar-Elia (MVP) - 21 Sep 2006 10:07 PM - 3 messages
I asked this in the Vista dev support newsgroup but thought I might have better luck here: I've got a .Net 2.0 WinForms app that I've written for XP/2003. One of things it does is use the OpenRemoteBaseKey on the RegistryKey class to ...
Score Configuration Tool missing
Adam Clauss - 21 Sep 2006 9:33 PM - 6 messages
So after doing development/testing of our application on several different development machines, we went to start testing it on a "cleaner" system.  No Visual Studio, only the .NET 2.0 runtime. It was here that we noticed the configuration tool (normally present in ...
Score Using remoting features inside a .NET applet loaded in a tag object
Lambuz - 21 Sep 2006 1:41 PM - 6 messages
First of all, is it possible usign .NET remoting feature inside a .NET applet loaded into a tag object inside an HTML page ? <OBJECT id="myID" height="150" width="300" classid="http:applet.dll#test.applet"> </OBJECT> ...
Score DirectoryEntry class password property
sri - 21 Sep 2006 9:58 AM - 2 messages
In the .Net Framework 1.1 the password property had a get accessor which seems to have been removed in the .Net amework 2.0 assembly . Is there a security issue and is it why this property is allowed only a set in the 2.0 ...
Score Security Windows Application and Web application
Lammert - 20 Sep 2006 8:32 PM - 2 messages
Hi everyone, I create a windows application and a web application (.NET 2.0). The windows and web application uses the same Business Logic Layer and Data Access Layer. How can I secure the windows and web application with the ...
Score Sign hash with public key
Daniel Godoy - 20 Sep 2006 8:19 PM - 2 messages
Hello all !     I´ve developed a page to do a Asymmetric Cryptography with Digital Certificate, but something doesn´t work.     I have a URL like that : "FIELD1=000000000000001&FIELD2=0000&FIELD3=AAAAA&SIGN=5705236f1f462afe65f6704d24c8e1359fead41e42c460d........" ...
Score .NET 2.0: SetAccessControl wipe out inherited ACEs
jzhu - 20 Sep 2006 2:49 PM - 3 messages
I'd like to update the DACL of a directory on either a local or remote machine. When I use the UNC directory path (e.g., "\\machine\share\...") on an XP, SetAccessControl will wipe out the inherited ACEs. If I use a plain ...
Score deserialize and "medium trust"
delfinon - 20 Sep 2006 7:37 AM - 5 messages
The following c# code: [...] XmlSerializer serializer = new XmlSerializer(typeof(myClassType)); StringReader reader = new StringReader(tmpstring); _data = (myClassType)serializer.Deserialize(reader); [...] works great on a web server with .net application security set on "FULL TRUST", instead on "deserialize" method I receive a "There is an error ...
Score Request for the permission of type 'System.Web.AspNetHostingPermission...' failed
Pablo - 19 Sep 2006 8:57 PM - 2 messages
I need to know the types stores in a dll module (is an application that is using plugins). To read types I create a new AppDomain and then I load the assembly in this new domain. But when I try to access to Assembly.GetTypes() .net throw the next ...
Score EnvironmentPermission
jdkc4d - 19 Sep 2006 5:13 PM - 2 messages
I wrote a small program for a friend that waits x seconds before giving control back to the system.  When I run the program locally, it works fine, but when I try to run it off of a network drive I get the following error: ...
Score ASN1 unexpected end of data
kplkumar - 19 Sep 2006 2:26 PM - 3 messages
I have a message that is signed (attached) and encoded in base64 by CAPICOM in a .NET 1.1 application. I have a .NET 2.0 server which needs to reads this. So I did the regular base64 decode. The I found out while debugging that the ...
Score OleDBpermission
Frank - 19 Sep 2006 8:24 AM - 2 messages
Hello to all, We have the following problem: using: Framework 2, VB.NET, Visual Studio 2005, SQL Server 2005 or MSAccess, Win XP professional service pack 2. We developed a WebService that is now installed in a machine. The database ...
Score Runtime Security Policy Question
SD - 19 Sep 2006 7:50 AM - 2 messages
Hi, I have an assembly (.exe) started at logon of each computer of my company and for each user. (Through PDC scripts) This assembly use web services in order to request any informations. When my exe is executed, i have this exception : ...
Score Registry Permission Attributes
John Bowman - 18 Sep 2006 8:03 PM - 5 messages
Hi All, I've got an app I need to modifiy that's written in C# VS2005/.NET 2.0 which is dsigned to ONLY run when the logged in user has administrator privileges. At one point it needs to delete a HKLM\Software\... registry value if it ...
Score Runtime security policy stop working
fcetrini - 18 Sep 2006 11:12 AM - 2 messages
Hello everybody, I'm using visual studio .net 1.1 for my applications. Source codes are located on a lan server. Until last week I was able to compile and run mi applications according to the policy I'd defined in ...
Next » 2 3 4 5 6 7 8 9 10