all groups > asp.net security > september 2006 > threads for september 1 - 7, 2006
Filter by week: 1 2 3 4 5
ASP.NET Security
Posted by James Wong at 9/7/2006 6:20:46 PM
Hi,
My local computer is Windows XP, and other server is Windows Server 2003.
I use VB.Net 2005 to develop some web service program, this program will
connect to this server.
The local computer and the server is using same domain. (e.g. MyDomain)
By the way, I use the debug mode (dynamic p... more >>
Security Exception when accessing the registry
Posted by Jason at 9/6/2006 12:00:00 AM
Hello everyone,
I've got a security issue that I can't find a solution to and was hoping
someone could point me in the right direction.
I'm trying to open a registry key for read only access with
Registry.LocalMachine.OpenSubKey but I'm getting this security exception
"The application attem... more >>
SSL ADAM and XP
Posted by Noremac at 9/5/2006 3:11:01 PM
I am going around in circles. Sorry for posting a question that may already
be answered.
I want to use the ADAM Membership Provider on my development Windows XP
machine using VS2005.
I have ADAM working on my local computer. I got it working through the
ASP.NET 2.0 RBAC article.
I se... more >>
Mixed Mode (Forms & Windows) Authentication
Posted by crpietschmann at 9/5/2006 9:48:02 AM
I have an ASP.NET application that is used remotely (over the internet) by
our clients that uses Forms authentication and the usernames/passwords are
stored in the database. I need to integrate Windows authentication with the
existing Forms authentication so that our employees (on the intranet... more >>
About string parameters to stored procedure
Posted by Owen Wong at 9/3/2006 11:36:06 PM
Hi, I wrote a stored procedure to check user's name (vartype: chr) and
password (chr, too).
Do I have to check whether there is an apostrophe ("'") in the name
string and password string? I tried to put some "'"s in the name string
and didn't replace them with double "'", but it seemed you can n... more >>
IIS Authentication vs. WindowsIdentity
Posted by Steve Lynch at 9/1/2006 6:05:30 PM
Why do I get different results from WindowsIdentity.GetCurrent().Name than what
is defined for authentication on the IIS virtual directory? For example in IIS6
I have the VD set to Windows Integrated Authentication only, yet the property
WindowsIdentity.GetCurrent().Name or WindowsIdentity.G... more >>
ActiveDirectoryMembershipProvider - User properties not set
Posted by mbutenko NO[at]SPAM gmail.com at 9/1/2006 7:48:52 AM
I am using the ActiveDirectoryMembershipProvider in an ASP.NET 2.0
application. I finally got the AD authentication piece working, but
when the user logs in (I am using the the Login control) the User
properties are not getting set. For example, in the LoggedIn event,
the User.Identity.Name = ... more >>
|