Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
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
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net security > april 2004 > threads for april 8 - 14, 2004

Filter by week: 1 2 3 4 5

best way to connect mssql2k
Posted by Guy Brom at 4/14/2004 8:55:11 PM
Hi there, I'm about to make a move from ODBC (dsn) connection to OLEDB native Connection String. I was wondering what is the best way to achive this, on this 2 scenarios: 1) IIS and SQL reside on the same machine 2) IIS and SQL are seperated Should I use mixed mode with a strong userna...more >>


Keeping credit card information secure?
Posted by Guy Brom at 4/14/2004 12:11:37 PM
Hi all, I'm using mssql2k and looking for ideas on how to store confidential information such as credit card information on the database. Does anyone know of a good whitepapers or advices on the matter? Guy ...more >>

About Encryption ...
Posted by José Pérez Hernández at 4/13/2004 8:44:28 PM
Hi, I'm testing a Rijndael Symetric Algorithm Implementation to encrypt data. With that intention, i made use of code that i saw in http://www.derkeiler.com/Newsgroups/microsoft.public.dotnet.framework.aspnet.security/2003-03/0223.html that encapsulates very good the process of encryption rega...more >>

Allow asp in Win2003 automatically?
Posted by Ariel Erlijman at 4/13/2004 1:31:27 PM
Hello, How can Allow ASP in Win2003 in a script or some automatic way to be run in my installer? Regards, Ariel ...more >>

Why is "Act as part of the operating system" dangerous?
Posted by arturo-g NO[at]SPAM lycos.com at 4/13/2004 8:12:44 AM
Hello everybody: I have a question: Why is "Act as part of the operating system" dangerous? I have an application that will go live on Windows 2000, and it impersonates a user; I have to enable it (it copies some files in the server and creates a new IIS application on the server. That's ...more >>

Accessing remote network resources from ASP.NET applications
Posted by rdilipk NO[at]SPAM lycos.com at 4/12/2004 3:37:57 PM
Hi All Sorry to bring up a beaten-down-to-death topic. But I seem to be running into a wall whatever I try here. To cut a long story short, I have an ASP.NET application that tries to move a file from box A to box B. Box A and B are in the same domain. My security settings are like this: ...more >>

*** User.Identity.Name
Posted by Ian at 4/12/2004 3:11:04 PM
After a user logging on, User.Identity.Name contains domain/logon name of the current user. How to get other information of the current user such as First Name, Last Name or Email Address? Thanks...more >>

Application Object
Posted by Mike at 4/12/2004 10:46:05 AM
How easy is it for a hacker to access data stored in the Application Object in IIS server. I want to store a decrpyted connection string there rather that decrypting it everytime I access the database. Currently I use dpapi on a encryption key stored in the registry the use the encrytion key to decr...more >>



web.config vs machine.config ?
Posted by WJ at 4/11/2004 10:39:27 PM
1. I got this following error: ******************** Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser E...more >>

WindowsIdentity ?
Posted by WJ at 4/11/2004 6:54:47 PM
Is there a way to modify WindowsIdentity.Name for System.Security.Principal class at runtime after your app. successfully logs the user on the system programmatically. Thanks John ...more >>

cdoobject.send causes UnauthorizedAccessException
Posted by Larry at 4/10/2004 4:04:59 PM
The following code fragment works as part of an page.asp but when I tried it under asp.net I get an UnauthorizedAccessException. The text of the error message talks about giving ASPUSER write access to a file but I have no idea what file needs to get the permission. I tried to find it using filem...more >>

Could a hacker achieve this?
Posted by tempframeworkfan NO[at]SPAM hotmail.com at 4/10/2004 7:53:31 AM
Hello. If I have this line of code inside my ASP.NET app: EncryptTripleDES("String to encrypt", "MySecretKeyXYZ!!!") Can a very experienced hacker do either of the following: 1. "Steal" the DLL from the server, then reverse engineer the DLL in order to obtain the hard coded key above. ...more >>

Forms Authentication in a subfolder
Posted by Brett Robichaud at 4/9/2004 11:02:55 PM
Our web site is mostly classic ASP. I recently created a small ASP.NET application that will reside in a subfolder a few levels deep. I want to use forms authentication within this subfolder. I had it all working just fine on my local WinXP box. But when I move it out to our Win2K staging s...more >>

Eventlog application registration error
Posted by Larry at 4/9/2004 11:02:51 PM
As I understand it from the examples in the documentation each application needs to get registered in order to be able to write to an event log. I tried to follow the example but when I run my asp.net code I get a security error. The implication is that the work process account doesn't have th...more >>

Data encryption ?
Posted by WJ at 4/9/2004 6:15:58 PM
..Net Experts, Instead of using MS/Data Protection API, I am using my own encryption library. I need to impersonate a special account (a local Windows 2003 Logon ID) on my IIS6 box for certain sites, the current "web.config" does not know how to decrypt the encrypted password in the line below...more >>

HELP NEEDED
Posted by amithkumarreddy NO[at]SPAM yahoo.com at 4/9/2004 2:46:33 PM
Hello, I am a new developer with asp.net secure applications. Here is my question. I am writing a web application which need to launch an application on the client with click of a button.(The Application exe resides on the client). I am been searching all over the web of how to do it? I hav...more >>

Question about running an ASP.NET app with no Interactive desktop login on the server
Posted by Nick Palmer at 4/9/2004 8:09:46 AM
As the title suggests, I've got a question about running an ASP.NET app on a server that has no interactive desktop login. In all our testing of our app here,the server always had an interactive desktop login since we were watching things on it, etc. Well I went to test it the way I would assume ...more >>

Forms Authentication with Active Directory using vb.net
Posted by PLam at 4/8/2004 5:56:32 PM
I have seen many examples of form authentication using c#. Can someone point me to a sample using vb.net. I would like to use WinNT://domain, instead of LDAP://, and role-based authorization Thanks in advance. ...more >>

Get DefaultCredentials of one web app into another?
Posted by Simon Storr at 4/8/2004 4:58:01 PM
We have a web app which links to another ASP.NET web application (namely the Microsoft CRM). Our app is launched in a new browser window from a link in the CRM. Our app is on the same server inside the same IIS site. Both are using Windows Authentication. Basically we are tearing our hair out ...more >>

PrincipalPermission Attribute and Nested Groups
Posted by Anthony Christianson at 4/8/2004 2:37:52 PM
The Issue: Group A contains Group B Group B contains User 1. I want to check if User 1 is in Group A. This: [PrincipalPermission(SecurityAction.Demand,Role="Group A")] Fails This: [PrincipalPermission(SecurityAction.Demand,Role="Group B")] Succeeds. Since Group B is a memberO...more >>

Debugging Trust Levels - Oledb
Posted by Ben Sudbury at 4/8/2004 10:28:41 AM
Hi There, I want to configure a custom trust level for asp.net that will essentially be the same as low trust except that it adds the ability to run oledb connections. When setting this up, it doesn't seem to be as simple as just adding <SecurityClass Name="OleDbPermission" Description="...more >>


DevelopmentNow Blog