Groups | Blog | Home


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
May 2008
June 2008


all groups > asp.net security > july 2006 > threads for july 15 - 21, 2006

Filter by week: 1 2 3 4 5

Impersontaion error
Posted by Karim Mohamed at 7/20/2006 8:04:05 PM
Dears, I've a website that connects to a SQL Server 2005 database on another machine with integrated security = SSPI when i try to connect to the database i recieve this error :: :Cannot open database "Database_name" requested by the login. The login failed. Login failed for user 'NT AUT...more >>

Password changing in aspdbnet db
Posted by Reid at 7/20/2006 5:30:39 PM
I am working on the login portion of an internet web app in asp.net 2.0 amd am using the login control, loginview control, etc. Everything was looking ok until all of a sudden the test user passwords I set up were changed. I was testing invalid logins and having the id and pw emailed to the ...more >>

WindowsTokenRoleProvider caching user's roles?
Posted by Martin at 7/20/2006 3:49:02 PM
Hi, What do I have to do (other than reboot my PC) to get ASP.Net rolemanager to recognise changes in role/group membership? The group who's membership I am changing, is on my local PC. I've tried restarting my web app, stopping the ASP.Net Development Server. NB I'm not caching the role...more >>

Need help with Login Control
Posted by Learner at 7/20/2006 11:08:00 AM
Hello, I am trying to get the UserID from the aspnet_users from aspnetdb database with the below code snippet. Protected Sub Login1_LoggedIn(ByVal sender As Object, ByVal e As System.EventArgs) Handles Login1.LoggedIn Dim UserID As String = String.Empty Dim ManufacturerID As...more >>

authentication and impersonation question
Posted by djc at 7/19/2006 5:42:45 PM
For asp.net applications: 1) when asp.net impersonation is not set, authentication by IIS happens first (if anonymous access is enabled then identity is the IUSR_ account), but any resource access (read/write for files etc) is done by the asp.net process account (the IIS application pool proc...more >>

Extending IIdentity help
Posted by Spondishy at 7/19/2006 9:38:46 AM
Hi, I'm attempting to extend IIdentity to enable me to have more information on the user (email etc) and store it in a cookie. I assume I am extending the correct object (but if not shout up). Anyhow I've had a good stab at this, but I don't appear to get my extended identity back out of th...more >>

Forms Authentication - Supress displaying the login page for certain web pages
Posted by Felix Wafytech at 7/18/2006 8:37:05 PM
Hi All, I'm using forms authentication. Opening any page would lead to the login page if the user is not currently logged in. This is fine. But I would like certain public pages to be displayed irrespective of whether the user has logged in or not. Is there a way to stop the authentication mec...more >>

Authentication of requests to *.htm resources via FormsAuthentication
Posted by Sergey V at 7/18/2006 3:45:46 PM
Hi, I need to cover by custom authentication algorithm both ASP.NET and other resources within the site. FormsAuthentication covers only resources beeing handled by ASP.NET. Other generic resources can be retrieved without beeing logged on. I'm trying to configure the site to handle all r...more >>



Source code for ActiveDirectoryMembership provider?
Posted by Michael D'Angelo at 7/18/2006 12:21:13 PM
Does anyone know if the source for the AD membership provider that ships as part of .NET 2.0 has been released? I remember they released the source for the SqlMembershipProvider but I can't find anywhere if the AD one is available. I'd like to make some customizations, and I'd rather not hav...more >>

Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Posted by David Thielen at 7/17/2006 7:46:02 PM
Hi; I just built a Windows 2003 server, installed IIS and Sql Server, ran "aspnet_regis -i" and "aspnet_regsql.exe -S localhost -E -A all -d WindwardPortalMembership", copied my ASP.NET app over, in IIS properties clicked the Create button to mark it as an application. The login page com...more >>

OnLoggedIn/OnLoggedOut - not session?
Posted by David Thielen at 7/15/2006 10:14:02 PM
Hi; It seems to me that you log in/out of a session. But it seems that these events are tied to the Login and LoginStatus controls - is that correct? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com ...more >>


DevelopmentNow Blog