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 > 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 >>




DevelopmentNow Blog