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 > october 2006 > threads for october 1 - 7, 2006

Filter by week: 1 2 3 4 5

Using two membership providers
Posted by Daniel at 10/6/2006 12:50:56 PM
Hello, imagine an application that has two membership providers installed. The first provider is used for public user to access some restricted functions, e.g. a forum, his mailbox, or others. The second provider is used for administrative purposes. Obviosly only select users have such an a...more >>

Authentication loop-hole?
Posted by Griff at 10/6/2006 12:00:00 AM
In the design stage, so I don't have the ability to test this scenario at the moment, so I would be grateful if someone could prove to me that the following scenario does not exist... The idea is that we will have one website with multiple URLs pointing to it. For example www.mySite.com and...more >>

Performance issues With Impersonation and Delegation
Posted by Bill Ward at 10/5/2006 11:49:47 AM
Hi there, I have some severe performance issues that seem to be associated with impersonation and delegation. We are designing n-tier solutions with ASP.NET web services as the middle tiers and SQL databases and windows services on the back end. None of the traffic hits the internet. All of...more >>

Single Sign-On with OWA and MetaFrame XP
Posted by Brad Miller at 10/5/2006 7:22:02 AM
Hi All - I have a question regarding OWA. We currently have 2 sign-on screens we are trying combine, one is OWA and the other is Citrix MetaFrame XP. The solution requested is that we have one web page where the user logs in, and upon successful login, the user is presented with 2 lin...more >>

authentication , roles - sql serwer
Posted by m_mis at 10/4/2006 3:32:38 PM
Hi, to use local/doman user and roles in web.config <authorization> section = i = have to add : <roleManager defaultProvider=3D"WindowsProvider" enabled=3D"true"> <providers> <add name=3D"WindowsProvider" type=3D"System.Web.Security.WindowsTo...more >>

authorization / authentication policy help
Posted by yofnik NO[at]SPAM comcast.net at 10/4/2006 12:52:33 PM
Hello, Using policy (modifying web.config) and FormsAuthentication, is it possible to return an error message (or redirect to error page) instead of redirecting to the login page for specific users only? Here's an example: I have a section of my web app that is for admins only. The authori...more >>

Unable to connect to SQL Server database
Posted by James at 10/4/2006 7:13:02 AM
Hello I am new to ASP and I am using ASP.Net Visual Web Developer Express Edition. I have been following 'How To' videos online and I am currently trying to add Login forms. When I first go to add a Role, by clicking on the ASP.Net Configuration button, then select Security like it sho...more >>

Security Trimming in ASP.Net 2.0 question
Posted by Patrick.O.Ige at 10/4/2006 12:10:40 AM
Hi guys, Just got a questions here regarding Site Navigation I have SiteMapNode with Roles attribute The Roles are from Active Directory since i'm using Windows Auth. But the problem is my treeview menu is going to be huge and i would have to be constructing the siteMap and then as...more >>



Single sign on for Outlook web access
Posted by Vince Varallo at 10/3/2006 5:55:02 PM
Hello everyone, Is there any way to create a single sign on solution that can authenticate a user and then store the credentials and pass them to outlook web accees? Essentially we want the first web page to ask the user for the user name and password and the second page to give the user op...more >>

Windows authentication and Roles
Posted by m_mis at 10/2/2006 4:08:28 PM
Hi, i have problems with understanding a security matter: i have set: <authentication mode=3D"Windows" /> and: <authorization> <deny users=3D"?" /> <allow roles=3D"role1"/> <deny users=3D"*"/> </authorization> it doesn't work . i can't l...more >>


DevelopmentNow Blog