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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|