| Thread | Last Post | Replies |
|
| DotNet 2 - Applications security | 31 Aug 2007 22:00 GMT | 3 |
I hope somebody can help me In a shared environment, I need to use 2 different application pools with different security levels, here the example: Application pool 1: Environment for customers has to be rescricted in
|
| ASPNET Membership w/ unrelated ASP.NET apps | 31 Aug 2007 19:30 GMT | 3 |
I am in the process of rewriting my company's Supplier Extranet, Customer Extranet and Intranet applications. I am looking at leveraging the ASP.NET 2.0 Membership Provider and possibly the Profile Provider.
|
| Form Authentication - Forgot Password | 31 Aug 2007 09:26 GMT | 1 |
In form authentication mode, when the user forgot password, how to launch the password recover page? Thanks.
|
| MembershipUser.IsApproved property | 31 Aug 2007 09:22 GMT | 2 |
I'm using SqlMembershipProvider. Is setting MembershipUser.IsApproved property to true or false an efficient way to suspend a user to log in ?
|
| Defining Roles, Groups? | 31 Aug 2007 08:22 GMT | 5 |
I want to use the default SqlMembershipProvider and SqlRolesProvider for an ASP.NET app. and I want to avoid writing Custom Providers if I can. The problem I have is how to define the roles in the first place! We have some standard User roles: Viewer, Author and Editor. But we have ...
|
| Problem deploying forms authorization | 28 Aug 2007 16:12 GMT | 11 |
I have a forms authentication application in asp.net 2.0 which is working fine on my development machine. I authenticate the user with a simple custom routine. I have copied the database to the production server and have given necessary permissions for the logged on user to
|
| Unable to retrieve the user sid from context | 28 Aug 2007 13:05 GMT | 1 |
I have a code snippet C# when executed gives the following exception on IE. ___________________________________________________________________ Unable to retrieve the user sid from context. This is typically caused
|
| Intermittent forms Login failure for IE but not Firefox | 28 Aug 2007 09:52 GMT | 1 |
Problem: A minority of users using an embdedded IE control in a WinForms app cannot log-in to our secure (HTTPS) website which uses and ASP.Net V2 Forms authentication. After entering there username and password then pressing
|
| Export / Import key problem | 27 Aug 2007 23:36 GMT | 2 |
I have encrypted the identity section of my web.config file, using the RSA provider. The built-in encrypt/decrypt works just fine. The problem is, when I move the app to another machine. My web.config provider entry looks like this.
|
| User objects cannot be created in the specified container | 23 Aug 2007 17:07 GMT | 6 |
I am using ActiveDirectoryProvider to authenticate users (AD). If I point my provider to the root of AD every thing works fine. If I point the provider to a CN which has a group of users under a nested container under root I am getting the following error.
|
| 401 with Forms Authentication and Roles | 20 Aug 2007 02:22 GMT | 9 |
In asp.net 2.0 with forms authentication and roles it appears that if a user is authenticated but puts in a url where he is not authorized, forms authentication redirects him to the logon page. Is their a way where if a user is authenticated but not authorized I could redirect ...
|
| ASPNETDB Problem - Unable to connect to SQL Server database | 17 Aug 2007 20:56 GMT | 1 |
I tried using the ASP.Net Web Site Administration Tool to setup security for a web site I'm creating using VS 2005 C#. When clicking on the Security tab, I get the error message: "Unable to connect to SQL Server database". I then created the ASPNETDB database with the ...
|
| Kerberos to NTLM delegation timeout | 14 Aug 2007 09:15 GMT | 2 |
I apologize if this is available but there is so much on getting delegation getting to work we aren't coming up with anything. First off we are using constrained delegation to run a dual server environment for ASP.NET 2.0 application under IIS 6.0 and SQL Server 2005.
|
| Help Needed on ASP.Net Deployment | 11 Aug 2007 01:04 GMT | 2 |
Hi Friends... I have a simple query on building the Web Setup project. When i build my setup, i see that the code behind the .aspx pages (.cs code pages) are also included. And when i deploy the project i can see
|
| Credentials prompted on button click on ONE particular page | 09 Aug 2007 09:16 GMT | 4 |
I have a ASP.Net 1.1 web application installed on a Windows 2003 Server. The application is set up in a virtual directory and it uses Windows Integrated Security. The checkbox "allow anonymous access" is also checked.
|