all groups > asp.net security > august 2005 > threads for august 22 - 28, 2005
Filter by week: 1 2 3 4 5
Does 'IsInRole()' check against Active Directory groups?
Posted by Craig Vedur at 8/28/2005 12:43:01 PM
I need to build in some role authentication for a web app... so, going to
use the web.config to build my rules for the location files.
my question is.. does anyone know?
on my development box (out of work), i'm out XP Pro... and i've created
some groups and users to test it... ... more >>
do not allow users to refresh the page
Posted by kyan at 8/27/2005 12:00:00 AM
hi
i have write an asp.net application that insert the some rows in sql
database i want to deny users from refresh the page because it cause a new
insert row in database
thanks for your help
... more >>
Check the username and password with the active directory
Posted by Filip De Backer at 8/26/2005 5:25:21 AM
Hi everyone,
In asp.net 2.0, there is a Login control.
I want to use that to log in, but I want to check the username and password
with an ldap query. Is that possible. I want Windows authentication, without
the login screens of windows you get when you use Windows Authentication in
the we... more >>
System.DirectoryServices doens't work
Posted by Filip De Backer at 8/26/2005 4:25:08 AM
Hi everyone,
I want to use the LdapAuthentication class in asp.net 2.0.
To use that class, I must say
"using System.DirectoryServices"
But that doenst' wordt for asp pages, only for windows apps, or am I wrong?
thanks!
Filip... more >>
PROBLEMS with AuthenticationType being NTLM and Negotiate
Posted by tepe.hughes NO[at]SPAM gmail.com at 8/25/2005 2:52:37 AM
I have two webservers running the same aspx pages. (The webpage allows
Active Directory Editing).
These pages run fine on the 1st server but not on the second server (it
errors with Logon failure: unknown user name or bad password).
The web.config file (on both servers) have these options se... more >>
authentication mode=windows and forms togather in the same project
Posted by Oren101 at 8/25/2005 1:17:04 AM
is it possible to use authentication mode=windows and forms togather in the
same project?
i have a 2 different asp pages in my application .one of them should be
authenticated with 'forms' mode and the other one with 'windows' mode.
i was able to do each one alone with the help of the <applic... more >>
Roles and Forms Authentication problems
Posted by wrecker at 8/24/2005 3:10:03 PM
Hello all,
I have been struggling with getting role-based security working with forms authentication. There
are two things happening/not happening in my code that for the life of me I can not figure out.
The first is that when I create my authentication ticket containing my roles and add the... more >>
Access to path **** denied.
Posted by George Hardy at 8/23/2005 4:53:55 PM
hello all,
why would the following error occur, and how is it fixed? It seems like IIS
cant create a temp directory. I also added the ASPNET user to the
\Temporary ASP.NET Files\ directory with full rights, but it didn't seem to
work.
Exception Details: System.UnauthorizedAccessExcep... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Disable "prompt me to save passwords" programaticly?
Posted by SteveSu at 8/23/2005 1:54:33 PM
Hi!
I have website which prompts the user to login to get access.
I want to disable the possibility that the user is prompted to save the
password by Internet Explorer. I can do this manually by unchecking
"Prompt me to save passwords" in the Tools->Internet
Options->Content->AutoComplete dialo... more >>
Login failed for user '\'
Posted by Karl S. at 8/23/2005 11:27:17 AM
I'm at a loss to what the solution is. I have an intranet application that
runs on w2k3 with iis 6.0 security set to Integrated Windows authentication
only. I am using C# in .NET 2003 (7.1.3088) w/ Framework 1.1 (1.1.4322 SP1).
The web.config authentication mode="Windows" and authorization ... more >>
Redirection according to roles?
Posted by TheTraveler at 8/23/2005 8:55:47 AM
Hello,
1. where can i place the code which will redirect users, according to
their roles ?
2. is redirection, according to roles accustomed or is there another
mechanizm out there ?
3. can this be done inside Application_AuthenticateRequest funcion on
file: Global.asax ?
4. i want to ... more >>
sending authentication token to ASP / .NET
Posted by prab at 8/23/2005 6:25:16 AM
I neeed to send authentication token /cookie to ASP.NET login page. Can
any one tell me how to do it. Do I need to configure anything in ASP
..NET . Please advise.
Cheers
Prabu
... more >>
windows authentication with forms
Posted by dennisG at 8/23/2005 3:01:46 AM
Hi,
I have a problem with windows authentication, with a web based form. I
can logon with the function logonuser with my username, password and
domain, but I don't get the windows rights of my windows account. I've
looked to different websites, but it doesn't solved my problem.
My code, fun... more >>
|