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
all groups > asp.net security > august 2007

Filter by week: 1 2 3 4 5

Forms Authentication with Active Directory
Posted by BigSam at 8/31/2007 2:36:00 PM
I have a number of remote users that connect to the domain through a VPN device. I need a simple process for them to be able to change their passwords - some of them only have http bookmarks. The VPN is configured to authenticate users with the Active Directory. I found this article: http://...more >>


DotNet 2 - Applications security
Posted by bruttogatto NO[at]SPAM gmail.com at 8/30/2007 9:11:49 AM
Hi all 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 some rights (I have altready a trust level just configured) Appl...more >>

Session parameter lost memory
Posted by Magnus at 8/29/2007 6:01:15 PM
Hi, I have an asp.net 2.0 application that worked on an old server, that broke down. Now I have put the application on another server and it workes almost the same, but some session parameters seem to be forgotten. My first page (default.aspx) has code as: Session["PWD"] = TextBox3.Tex...more >>

MembershipUser.IsApproved property
Posted by Tamer Ibrahim at 8/28/2007 1:53:56 PM
I'm using SqlMembershipProvider. Is setting MembershipUser.IsApproved property to true or false an efficient way to suspend a user to log in ? ...more >>

Form Authentication - Forgot Password
Posted by John at 8/27/2007 9:52:03 AM
In form authentication mode, when the user forgot password, how to launch the password recover page? Thanks....more >>

Unable to retrieve the user sid from context
Posted by ipramod NO[at]SPAM gmail.com at 8/27/2007 5:18:24 AM
Hi, 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 by the context not yet being set. Description: An unhandled exception...more >>

error executing child request for... "permission" security
Posted by rico.fabrini NO[at]SPAM gmail.com at 8/23/2007 10:19:37 AM
Hello Everyone, I've suddenly started running into the error "error executing child request for Page.aspx" when doing a Server.Transfer("Page.aspx"); That's on a Win2003 Server machine. This same code works fine on another Win2003 Server machine, and a Win2K machine. The prior versio...more >>

Intermittent forms Login failure for IE but not Firefox
Posted by Sky at 8/21/2007 3:16:02 AM
Hi all, 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 submit, the page refreshes and blanks the form details ...more >>



Export / Import key problem
Posted by Diane Droubay at 8/16/2007 6:04:31 PM
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. <configProtectedData> <providers> <add name="MyPr...more >>

ASPNETDB Problem - Unable to connect to SQL Server database
Posted by ZZ_Scarab at 8/16/2007 5:57:05 PM
Hi, 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 ASPNET_REGSQL util...more >>

ASPNET Membership w/ unrelated ASP.NET apps
Posted by hfdev at 8/16/2007 5:55:03 PM
Hello, 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. General Requirements: 1) Store/Manage user account information, all cre...more >>

Unable to establish secure connection with the server
Posted by Harry at 8/15/2007 11:28:00 AM
I am trying to open a site through IIS 6.0. I am using Forms Authentication and Active Directory. Here is the information from my web.config. <add name="ADConnectionString" connectionString="LDAP://10.XX.195.X/ou=ABC,dc=esb-test-aaaa,dc=ggg,dc=eee"/> <authentication mode="Forms"> ...more >>

Session data loss during user logged session
Posted by peprom at 8/15/2007 12:22:02 AM
Hello I am developing web application, which is a part of IT project. In my web app Administrators can add end-users of this project. My web app is at the end of development process (it is on beta tests now) and it is my first asp.net project. I am using asp.net 2.0, SqlServer Enterprise a...more >>

Defining Roles, Groups?
Posted by AMP at 8/15/2007 12:12:04 AM
Hi, 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 variou...more >>

Problem deploying forms authorization
Posted by HIK at 8/14/2007 12:00:00 AM
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 access the da...more >>

Kerberos to NTLM delegation timeout
Posted by Marc Castrechini at 8/13/2007 2:19:35 PM
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. All Windows Server 2k3...more >>

Padding is invalid and cannot be removed.
Posted by Amelyan at 8/12/2007 5:39:57 PM
Why does this happen? How to fix it? Once in a while I get error in ~/ScriptResource.axd?d=... System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be r...more >>

401 with Forms Authentication and Roles
Posted by Chuck P at 8/9/2007 6:20:01 AM
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 him to a user ...more >>

Help Needed on ASP.Net Deployment
Posted by apondu at 8/8/2007 3:20:59 AM
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 that even those code files are also deployed on the machine and the code with in...more >>

Roles managemant and sellect from DropDownList problem
Posted by Mike at 8/8/2007 12:00:00 AM
Hi I am using predefined membership and roles managemant approach characteristic for framework 2.0 Basic idea is that we select some value from DropDownList which represents a role and we get all users for selected role. This works and that is not a problem. Problem is in DropDownList co...more >>

Credentials prompted on button click on ONE particular page
Posted by a95johjo NO[at]SPAM hotmail.com at 8/6/2007 10:51:33 AM
Hello, 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. It has been working fine and is working fine for most users. For ...more >>


DevelopmentNow Blog