Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > dotnet security > may 2006 > threads for may 1 - 7, 2006

Filter by week: 1 2 3 4 5

MD5Crypt in .net
Posted by TIBM at 5/7/2006 11:37:02 AM
Hi. I posted this question on the wrong forum before. I'm hoping that I'll have more luck here. I'm working on a project in which I need to use MD5 cryptography. The requirements are vague, but I need to do both: compute the MD5 hash of a string and perform the MD5Crypt function on the stri...more >>

Querying AD on a Win2K3 server
Posted by Pradeep at 5/5/2006 4:05:02 PM
Hi, I have pounded my head for the last couple of hours tyring ot figure out on how to make my query using LDAP to the AD. The code works fine on XP. And also works great in a windows application. But on a web page, it just fails. I am sure its something to do with IIS settings on Win 2K3 s...more >>

PFX certificate with HttpWebReqeust
Posted by pseongho at 5/5/2006 1:58:01 PM
Is anyone knows how to get a certificate from the file direclty in .NET 1.1? We found a way to do this in .NET 2.0; X509Certificate2 cert = new X509Certificate2(certFilename, thePassword, X509KeyStorageFlags.PersistKeySet); proxy.ClientCertificates.Clear(); proxy.ClientCertificates.Add(cert)...more >>

ASP.NET Forms Authentication & LogonUser API
Posted by C at 5/3/2006 1:28:01 PM
Hi, I am using both of above in my ASP.Net app. To use the LogonUser API i have to add the ASPNET account to the Local Security Policy - "Act as part of teh operating System" (see below article for reason why) http://aspalliance.com/39 In my Web App when I try to get the current logg...more >>

System.Security.Permissions.FileIOPermission Error
Posted by Terrance at 5/3/2006 9:21:04 AM
I was wondering if anyone can help me with a problem. I'm running a app on my company's network thats located on another server for my department. My application is suppose to back up files by copying them 1 directory up from where the application is located. It allows the user to choose a fol...more >>

Windows Identity within Forms Authentication in ASP.NET
Posted by craig.boland NO[at]SPAM gmail.com at 5/3/2006 6:24:18 AM
Does anyone know if it's possible to get the Windows identity of the browser user when using Forms Authentication? I need the functionality of the Forms Authentication protocol for business reasons in my application, but I also need the Windows identity of the user in order to query Active Direc...more >>

Securing DropDown in ASP.Net
Posted by anoop at 5/3/2006 4:08:02 AM
Hello, I want to know If I tamper with the Option Selected in the Dropdown at the intercepting proxy (BURP PROXY). How do I validate the Dropdown at the Server Side in ASP.Net. Assume that the Dropdown option corresponds to the Numeric Value that is displayed in the intercepting pro...more >>

SecurityPermission fails when running app from server VB.Net 2005
Posted by Rick Lederman at 5/2/2006 8:40:51 PM
My VB.Net 2005 app runs in the IDE fine from my own machine, but when the source code resides on my Small Business Server I get a fatal error (below my signature) right away when the form starts to load. This app did run from the server at one time, but not now. Any ideas? I have two differ...more >>



Launching IE Window From Partially Trusted Code
Posted by yoni.gibbs NO[at]SPAM mclarensoftware.com at 5/2/2006 6:36:07 AM
Hi All, We have an application run over the internet using No Touch Deployment (so it's only partially trusted). We're trying to view some content (e.g. a PDF document) from our web server (either from a URL directly or by grabbing the serialized data from a web service). But, because our c...more >>

Migrating code from .NET 1.1 to Partial Trust server
Posted by mb345345 NO[at]SPAM hotmail.com at 5/2/2006 4:13:58 AM
I have a .NET application written in 1.1 which has now been moved to a more up-to-date server. Although the version was set correctly in IIS, it kept getting the ambiguous error: Length cannot be less than zero. Parameter name: length (!) After much haranguing, it turned out it was permissions r...more >>

Any OCSP support in .NET 2.0?
Posted by Kim Hellan at 5/2/2006 12:00:00 AM
Hi, Does anyone know if the .NET 2.0 framework contain any support for OCSP? Or maybe its included in some exisisting/upcoming SDK? Regards, Kim ...more >>

Very Easy Question, How to write log to SECURTY Event Log? Please help
Posted by John at 5/1/2006 9:33:08 AM
Is there any special code I have to write to log event to Security Event Log? The following code give me "Very Easy Question, How to write log to SECURTY Event Log? Please help" Error // Create an EventLog instance and assign its source. EventLog myLog = new EventLog(); myL...more >>

SN Key container ???
Posted by serge calderara at 5/1/2006 6:33:02 AM
Dear all, When storing key pairs into Key container using SN -i switch, where does that key container is stored and in whcih form ? Is there a way to know the key container we have created if we cannot rememeber their name ? Is it possible to store key container in a backup place ?? ...more >>


DevelopmentNow Blog