all groups > asp.net security > september 2004 > threads for september 22 - 28, 2004
Filter by week: 1 2 3 4 5
Retrieving User's Groups from Active Directory using ASP.NET
Posted by L Magarian at 9/28/2004 1:51:03 AM
I'm using forms based authentication and LDAP to authenticate a user against
Active Directory. This is working fine.
The point where I'm stuck is retireving the groups this user is assigned.
My web server and active directory servers are different machines. When I
test by deploying t... more >>
Re: problem writing a file
Posted by Dominick Baier at 9/27/2004 11:15:09 PM
hi,
check out the machine settings in active directory users and computers.
---
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet.security/<uTN5laOpEHA.3988@tk2msftngp13.phx.gbl>
Thanks aga... more >>
Re: problem writing a file
Posted by Dominick Baier at 9/27/2004 3:50:17 PM
if you are impersonating depends on the impersonate=true/false switch in web.config.
trust for delegation is a active directory setting.
---
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet.security... more >>
problem writing a file
Posted by Dominick Baier at 9/27/2004 1:37:50 PM
hi,
i don't know if you are running on w2k3 or w2k and if you intend to impersonate or not...
here are the 2 scenarios
1. no impersonation
Your asp.net app runs under the ASPNET (wk2/xp) account or Network Server (w2k3). The local ASPNET account has no network credentials on another ... more >>
Forms authentication and latest patch for XP (non-SP2)
Posted by rdcelit at 9/27/2004 12:01:01 PM
I have forms authentication for the ASP.NET application I'm currently
writing. It worked fine until I installed today's patch for Windows XP (we
can't go to SP2 yet for various reasons), VS.NET 2003, .NET Framework 1.1...
These were all patches that I ran. Now, my forms authentication which... more >>
ASP session SSL
Posted by Adil Akram at 9/26/2004 3:17:37 PM
I have created a site shopping cart in ASP.net.
I am using ASP session object's SessionID on non SSL connection to track
session.
While adding products to cart DB I insert product and SessionID in table.
All products and cart status pages are on non SSL connection.
On checkout to get secure... more >>
Can't logoff from IIS with Windows Identity
Posted by Andrzej Nycz at 9/24/2004 8:28:32 PM
Hi,
I'm using Windows Authentication in my ASPNET application, but there is no
way to logoff user beside to close the browser because user is cached on
client side.
any solutions ??, help, please...
Andy
... more >>
MD5CryptoServiceProvider class
Posted by Viktor Popov at 9/24/2004 3:28:48 PM
Hi !
I have a question:) I'm using the MD5CryptoServiceProvider class because I
encrypt the user's password when he/she opens the registration form. The
question is when a user creates for his/herself an account where does the
encryption commit? On the client side(his PC) or on the Server side... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access Denied - Network Service vs Local Service
Posted by mangia at 9/22/2004 9:45:03 PM
I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access
Denied' message.
I have track down the problem (I think) to the IIS Connection Pools. Most
MS Info suggests keeping the 'Identity' set as 'Network Service' to provide
greater security.
However, I have found th... more >>
Forms Authentication won't redirect to login page
Posted by Max Figueredo via .NET 247 at 9/22/2004 12:45:22 PM
I'm trying to set basic form authentication on a webapp=2E I all=
access restricted to authenticated users=2E After changing the=
Web=2Econfig file in the app's root, I'm still not being=
redirected to the login page, I can freely access anything=2E Note=
that, although I have used forms aut... more >>
looking for antivirus api
Posted by jai hanuman at 9/22/2004 10:40:21 AM
hi,
in progress an application to upload attachments, send emails etc.
looking for (preferably managed) components
to do virus screening etc.
TIA
... more >>
Kerberos not being used, only NTLM - Login failed for user '(null)'
Posted by doogie_of_oz NO[at]SPAM hotmail.com at 9/22/2004 12:10:29 AM
We have a Win2K3 Server running an ASP .NET application that connects
to a Win2K3 server running SQL 2000 on the backend.
Whenever a user opens the application page in their client browser
they get the error message:
"The following error occurred whilst loading the page: Login failed
for user... more >>
|