Looking for ASP.NET/SQL Server 2000 App Security Recommendations
From: Kenneth Courville (kcourville@yahoo.com)
Date: 08/29/02
- Next message: Dot: "Unexpected error writing metadata"
- Previous message: Eric Tan: "Re: Prevent Caching in Dotnet"
- Next in thread: Jeff Smith: "Re: Looking for ASP.NET/SQL Server 2000 App Security Recommendations"
- Reply: Jeff Smith: "Re: Looking for ASP.NET/SQL Server 2000 App Security Recommendations"
- Reply: Peter O'Reilly: "Re: Looking for ASP.NET/SQL Server 2000 App Security Recommendations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Kenneth Courville <kcourville@yahoo.com> Date: Thu, 29 Aug 2002 07:50:27 -0700
I am working on an active directory user management app with an ASP.NET
interface. User account requests are stored in a SQL Server 2000 store,
where there are later processed by a windows service that is more
capable of making the required Active Directory changes.
What I'm trying to figure out now is the best way to secure the
connection between the ASP.NET interface and the data store.
The application already has forms authentication and role-based security
implimented. We have the SQL Server set up as mixed mode security. IIS
allows anonymous connections.
I guess the main question that I'm trying to answer is how should the
connection string information be stored for and accessed by the
application? I know that I don't want to hard code this information.
Any other experiences and insight that you're willing to throw at me for
this particular situation would be appreciated as well.
----------------------------------------
http://members.tripod.com/kcourville0/
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- text/html attachment: _alt.0
- Next message: Dot: "Unexpected error writing metadata"
- Previous message: Eric Tan: "Re: Prevent Caching in Dotnet"
- Next in thread: Jeff Smith: "Re: Looking for ASP.NET/SQL Server 2000 App Security Recommendations"
- Reply: Jeff Smith: "Re: Looking for ASP.NET/SQL Server 2000 App Security Recommendations"
- Reply: Peter O'Reilly: "Re: Looking for ASP.NET/SQL Server 2000 App Security Recommendations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|