all groups > asp.net security > september 2004 > threads for september 15 - 21, 2004
Filter by week: 1 2 3 4 5
Web Service and SSL
Posted by Peter Sedman at 9/21/2004 12:01:20 PM
I have written a Web Service that is called by a Windows Forms Client that I
have also written.
Some of our customers want to run with SSL and some don't. The Windows
Forms client configuration file has an entry for the URL of the Web Service.
Assuming that our customers have trusted certi... more >>
Hierarchy in user management
Posted by bobgregory NO[at]SPAM ppsltd.net at 9/21/2004 6:58:06 AM
Hi all,
I'm a newcomer to the .Net framework having worked in bog standard
ASP/SQL for far too long.
I have a massive project coming up, for which I will need to model a
tree structure of users. Users can access other entities in the
database depending on their position in the structure and... more >>
Asp.Net and SSL
Posted by SubstandardSnowman at 9/18/2004 7:15:02 PM
I'm making an ASP.Net website using forms authentication. I want to force all
users to use SSL when using this application. I know that I can specify in
IIS to force the app to have SSL but I can't do my testing when I do this. Is
this the best way to accomplish this or is there a better way?... more >>
isInRole doesn't work for one user, but works for everyone else
Posted by Dominick Baier at 9/17/2004 12:34:49 PM
Hi,
i must admin - i don't really understand your logic.
why don't you just call User.IsInRole("role"); ???
another note - the documentation states that your are only allowed to call SetPrincipalPolicy once per AppDomain - maybe something is wrong here...
You only have to call SetPri... more >>
SmtpMail works for logged on user but not asp.net on Windows XP
Posted by John Lau at 9/16/2004 4:31:33 PM
Hello,
I am sending an email using System.Web.Mail.SmtpMail to send mail. This
works fine when I am debugging in VS.Net, but fails when I am running from a
browser. The error message is:
Cannot open log for source {0}. You may not have write access.
When I comment out the SmtpMail.Sen... more >>
windows authentication
Posted by mikebanks NO[at]SPAM clearchannel.com at 9/16/2004 2:39:37 PM
I've got the following settings in my web.config file which is working
properly, however my users want to see the login prompt each time the
visit the site. Is there a setting or code that I can impliment so
that users are prompted upon each visit?
<authentication mode="Windows">
</authe... more >>
ASP.NET security and RSA SecurID
Posted by liqiang_chen NO[at]SPAM hotmail.com at 9/15/2004 4:19:27 PM
Hi,
I have a dll that wraps RSA SecurID package. It works great if I call
the api from a Console app. But SD_Check() always failed (Access
denied even if I passed in correct user id and passcode) every time
when I call the api from a web service or a web app. I suspect that
web.config or IIS n... more >>
How to determine if a user (integrated authentication) is part of a domain security group.
Posted by Paul Wolpe at 9/15/2004 11:34:19 AM
I am trying to determine from an ASP.NET 1.1 page if a user is a member
of a Global Security group (Windows 2000). When I check
Page.User.IsInRole(@"DOMAINFOO\GroupBar") I always get false.
Inspecting the User object right after IsInRole has been called (in the
VS.NET 2003 debugger) I see tha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|