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 > april 2004 > threads for april 29 - 30, 2004

Filter by week: 1 2 3 4 5

Integrated windows authentication and NetworkCredential
Posted by sorpor at 4/30/2004 5:41:38 PM
Hi, I have my asp.net webpage configured to use the integrated windows authentication in IIS. I need to use NetworkCredential object to get access to a webservice and I want to retrieve the authenticated user information to create it so user doesn't have to re-enter password. How can I do that...more >>

Cookie Problems
Posted by Rossen Hristov at 4/30/2004 2:17:30 PM
Hello, I have the following problem. I am building a ASP.NET application with Forms Authentication. Just for testing purposes I have set the Session timeout to 3 minutes: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source...more >>

ASP.NET and client certificates
Posted by Craig Humphrey at 4/30/2004 1:19:17 PM
Hi People, I know in IIS Admin you can tick the box to request a client certificate (over an SSL connection), but does anyone know of a way, programmatically, to force this to happen for a particular page for a particular user? Basically I've got a site that uses a common code base to run, h...more >>

testing SSL
Posted by A.M at 4/30/2004 11:03:48 AM
Hi, I need to test our site before we publish our public website. The problem is our site uses SSL and I can not test SSL before I use our public www.OurCompany.com address. and www.OurCompany.com is mapped to our public address. We use internal IP/computer name during testing. Is there any...more >>

Please advise: ASP.Net and HTTPS
Posted by paulsmith5 NO[at]SPAM hotmail.com at 4/30/2004 10:28:34 AM
Hi, I am beginning a new asp.net application that is to be hosted on a https server. Are there any unique design issues I should be aware of before I begin, i.e. those that are different than if hosting on a normal http server. I've developed apps before that use forms authentication, roles e...more >>

impersonation works on local xp not on web server
Posted by smyers NO[at]SPAM quilogy.com at 4/29/2004 2:42:21 PM
The program I have written to change a password by impersonating an admin has worked successfully on my local XP, but when transferred to the Windows 2000 server the impersonation fails. I have tried everything I can think of even to the extent of making sure the W2k box has the SE_TCB_NAME priv...more >>

ASP.Net Session State Problem with IIS6
Posted by JK at 4/29/2004 1:26:02 PM
We recently installed our web application on Windows 2003 and found that our ASPX pages are not coming up correctly. We are using sessionstate=StateServer and cookieless=true for Web.config. Applications run perfectly in Windows2000 or XP but in Windows2003 under IIS6 we do not see any of our ima...more >>

question on windows auth
Posted by chris at 4/29/2004 9:41:06 AM
Hi I am working on an intranet application. I am using windows integrated authentication. Now since the authentication is done by active directory can I use a specified user name and password in my connection string and not SSPI? You see I created a user/login in sql server with minimum privledges ...more >>



How long is the formsauthentication ticket valid
Posted by swatisahasrabudhe NO[at]SPAM yahoo.com at 4/29/2004 4:59:47 AM
Hello These questions may seem stupid but I am confused about the formsauthentication ticket stuff. From what I know till now it is a cookie/session variable ( I am still not sure which of the two). 1. When I use a FormsAuthentication.SetAuthCookie method I do not specify a timeout. So how lo...more >>

ASP.NET Client Certificate Authentication Problem
Posted by EagleRed NO[at]SPAM HighFlyingBirds.com at 4/29/2004 4:31:05 AM
I am implementing an ASP.NET Web application that requires client certificates. I have a standalone certificate server (Windows 2000, SP4). I used it to generate a server certificate and a client certificate. The client certificate is installed in the Trusted Publishers-Enterprise store. I could...more >>


DevelopmentNow Blog