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 > august 2005 > threads for august 29 - 31, 2005

Filter by week: 1 2 3 4 5

LDAP query fails from ASP.NET
Posted by maria.s at 8/31/2005 8:46:30 AM
Hi, I've got a problem with an LDAP query submitted from my ASP.NET application. Configuration: Windows 2003 Server Standard Ed., the application uses Windows Integrated Authentication and is configured with <identity impersonate=”true” /> I try to submit the following query: ...more >>


Enabling SSL on the server with test certificate
Posted by Lenn at 8/31/2005 8:05:07 AM
Hello, I've been struggling with this for couple of days now. All I want to do is to enable SSL protocol on the webserver. I want to be able to generate and sign my own certificates. I used various tools to do that, such as makecert.exe from .NET SDK and even downloaded OpenSSL and genera...more >>

Dynamic page security authorization?
Posted by Craig Vedur at 8/30/2005 4:51:03 PM
Hey, My client wants to implement some sort of dynamic location role-based security rule for a web app. Normally, in my web.config, I define the location authorization rules such as: <location path="WebForm.aspx"> <system.web> <authorization><allow roles="Employee" /></authorizatio...more >>

SSL Webservice, makecert.exe cert issue
Posted by Lenn at 8/30/2005 8:21:06 AM
Hello, I am trying to enable SSL on the web server. I want to generate a test certificate for development server. I used makecert.exe utility to generate test certificate ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfcertificatecreationtoolmakecertexe.a...more >>

Wierd Windows Authentication Behavior
Posted by Craig Vedur at 8/30/2005 8:01:30 AM
Hey, OK, so, i'm implementing windows security in a web app and found a strange thing. can anyone explain what is going on? I have my web app and in web.config i have the following entries in their respective places : <authentication mode="Windows" /> <identity impersonate="t...more >>

how to get all groups from AD?
Posted by Craig Vedur at 8/30/2005 6:56:06 AM
does anyone know how to programatically in C# get a list of all groups from active directory? i thought i saw a sample on MSDN, but, I can't find it. Thanks...more >>

Forms Authentication expiry issue
Posted by noemail NO[at]SPAM hotmail.com at 8/30/2005 4:31:05 AM
Hi, I'm having a problem with forms authentication on an asp.net application. To summarise, after logging in initially, the login never expires. I can come back to the application after days, and I'm still logged in. However, if I delete cookies from the browser I am once again redirected t...more >>

How to have windows security w/ anonymous access?
Posted by Craig Vedur at 8/30/2005 3:33:01 AM
Hi, I'm a bit confused as to how to have windows authentication / integrated windows authentication with allowing anonymous access. for example, i have an app where pages A,B,C i want to allow anonymous users.... but, pages D,E,F, i want to use Windows Security (user must provide a valid...more >>



Security Warning
Posted by Stephen Noronha at 8/29/2005 8:56:19 AM
Hi, I am supposed to modify/manage some code. it was on a machine in "Network Shared", I whacked it from there and put it in my wwwroot folder, I opened it after creating a Virtual directory and it gave me this "Warning" When I open the "Sample.sln" I get warning + Errors which reads: The pr...more >>


DevelopmentNow Blog