| Thread | Last Post | Replies |
|
| Different password policies for different roles | 12 Mar 2007 04:38 GMT | 1 |
I'm quite new to the securit system of ASP .Net and I have a question regarding the requriements on the password a user supplies. On the web site I'm currently working on there ara two groups of users I need to authenticate. One is the registered users and the other is the
|
| Using AD and a Table for Membership and Roles | 09 Mar 2007 21:08 GMT | 1 |
While I'm fairly familiar with C# and .NET Windows Forms, I'm being asked to retrofit/enlarge an existing intranet app with ActiveDirectory-based user security - where I'm an admitted newbie. In a nutshell, we want to:
|
| Help! ASP.NET 2.0 Membership ERROR: The password-answer supplied is wrong. | 08 Mar 2007 14:06 GMT | 2 |
Can anyone please comment on this ASP.NET 2.0 Membership error & how to get the following code to run? ERROR:
>>> "The password-answer supplied is wrong." |
| Logged-out uses still appear | 08 Mar 2007 10:52 GMT | 2 |
I have an ASP.NET2 web app, and I've created a small box where I show all logged-in users; I use a simple iteration trough all registered users and I check whether each user is online or not. The problems is: when a user logs out, it still appears on the list! Is it possible to ...
|
| Control Level Authorization | 07 Mar 2007 03:28 GMT | 3 |
we are unable to solve the following problem: Will the Membership Model allow to restrict access on a control level. For example i have a form with multiple buttons and i want only users in specific roles to access some of them. How would this be accomplished using integrated ASP ...
|
| validateRequest | 06 Mar 2007 17:01 GMT | 2 |
I am building a site in which I would like to keep validateRequest turned on, but I would like to either override it or scrub my inputstream. If the input has potential for XSS, I don't want to throw an error, I want to clean the data.
|
| Forms authentication - How to create first administrator type user in application | 05 Mar 2007 20:47 GMT | 1 |
If we use forms authentication in our web application we need an initial administrator account from which the first user can log on to create new users and assign roles. How do others do this, use the member ship API to create the first user as part of the installation process or ...
|
| ASP.NET 2.0 Membership (aspnet_Membership.passwordAnswer column) | 05 Mar 2007 15:44 GMT | 1 |
In ASP.NET 2.0 Membership (aspnet_Membership table) can anyone tell me whether the web.config machineKey tag (with validationKey & decryptionKey) actually controls how the aspnet_Membership.passwordAnswer column is encrypted?
|
| IIS Security for Printing | 05 Mar 2007 14:58 GMT | 1 |
We have an asp.net 2 application that prints a file (integrated security and impersonation is configured for the application). The application is a non-windows version of: http://msdn2.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx
|
| Change Password in Administration Website | 05 Mar 2007 06:32 GMT | 3 |
My users often forget their passwords. Because of this, I have to go into the Administration website delete and recreate them because I don't see a way to change their password w/o knowing the existing password. I realize that the stored procedure aspnet_Membership_ResetPassword ...
|
| allow write access for logged-in user | 04 Mar 2007 09:26 GMT | 1 |
I'm using Forms Authentication to secure an admin area of a website. In the admin area, I have an .aspx file that updates an unsecured XML file which is not inside the admin area. This file should be have anonymous read but not anonymous write access.
|
| Using both forms and windows authentication together | 02 Mar 2007 09:58 GMT | 6 |
Guys, Does anyone know the best way to implement both windows and forms based authentication in the same web site? I'd like intranet based windows user to be able to use single sign on and
|
| Trusted SQL Connections & NT AUTHORITY\NETWORK SERVICE | 01 Mar 2007 20:13 GMT | 3 |
I'm trying to better understand the role of the NT AUTHORITY\NETWORK SERVICE and how it works with respect to SQL Server connections. First some background and then the question. I have a very simple test web page that does the following:
|