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 1 - 7, 2005

Filter by week: 1 2 3 4 5

Web Services Security
Posted by Brent at 8/5/2005 5:00:27 PM
Hi everyone, im about to start to design an application where security will be a must. I am starting to develop a web service that will be used for winform applications either from the local lan or from the internet. Also, i might use the same thing in an asp.net web site. I will pass a datase...more >>

equested registry access is not allowed (using Enterprise Library)
Posted by Andrés Cadavid Gómez at 8/5/2005 1:55:03 PM
Hello, im using the enterpirse Library - July 2005 and when i had published my application in the production server, i got this error: Exception Details: System.Security.SecurityException: Requested registry access is not allowed. Im using the configuration, data, exception blocks. ...more >>

SSL Forms Authentication Redirect - Problem Redirecting out of HTTPS
Posted by at 8/4/2005 12:00:00 AM
Hello- I am using Forms Authentication in a load-balanced web app and am trying to implement SSL. My login script goes into SSL just fine. But, when I redirect out back to HTTP, I seem to lose my authentication context and get redirected back to the login page again. A few notes that ma...more >>

Expire Forms Authentication Ticket on Server Side
Posted by ray at 8/3/2005 8:24:35 PM
I am using the following code to log users out, FormsAuthetication.SignOut() Session.Abandon() Response.Redirect("Login.aspx") The signout method is removing the forms authentication cookie from the response headers that are sent back to the browser so the user is forced to login again. H...more >>

Forms Authentication Timeout
Posted by Stu at 8/3/2005 4:39:02 PM
Hi all, I have a forms authentication protected application that doesn't seem to redirect back to the login page when the ticket expires. I have the web.config set up (for testing purposes) as such: <authentication mode="Forms"> <forms name=".RENOWNSUPPORTAUTH" loginUrl="login.aspx" protec...more >>

Context.Response.Redirect("Page.aspx"); doesnt' work under Firefox ?
Posted by gabriel at 8/3/2005 11:25:06 AM
Greetings, it is a login page with 2 fields. If I enter wrong login/passwd : the page is postback ok, correct msg appears. If I enter correct id, the page is postBack with the ReturnUrl=appdir%2fPage.aspx but I cannot get in ! But the code in the title works under IE. does firefox...more >>

Forms Authentication problem
Posted by Ben at 8/3/2005 11:06:13 AM
Hi, I am using forms authentication. When the user clicks the "Logout" button and then tries to login again, all is well. But when the user closes the browser and comes back in, the app thinks that the user is still logged in. I am using cookies. How can I check for this problem and clear ...more >>

Reset SSL State / Request OTHER client certificate
Posted by vecozo NO[at]SPAM online.nospam at 8/3/2005 8:51:58 AM
In our applications we work extensively with client certificates. Currently I'm writing functionality to allow clients to register their (UZI) client certificate for access to our website. When registering, the user might select an invalid certificate or a certificate that is not trusted b...more >>



User.Identity.IsAuthenticated problem
Posted by Jorik at 8/3/2005 7:55:07 AM
Hi, I've got a weird problem. I'm using Forms Authentication for my web app. Everything is working as planned..... on localhost! As soon as I put the app on the server it fails. User.Identity.IsAuthenticated returns False where on localhost it returns True. Any ideas on what might cause this?...more >>

Microsoft Enterprise Library
Posted by aguiar at 8/2/2005 5:32:51 AM
Hi, anyone uses the MS Enterprise Library? what do you think about it? thanks ...more >>

Get the current logged in user name
Posted by Imran Aziz at 8/2/2005 12:00:00 AM
Hello All, I am new to .net. I want to use windows authentication to authenticate against the current logged in user on the client machine. I believe by using windows authentication method, the IIS will send me details of the current logged in user at the client machine if integrated windows...more >>

DirectoryEntry call to remote IIS Metabase ALWAYS connects as ASPNET
Posted by Eric Templin at 8/2/2005 12:00:00 AM
I have been developing a web-based application that will manage our FTP servers by creating users, folders, setting NTFS security and creating virtual directories. I have been devloping these pages in ASP.NET using DirectoryServices, and up until this point, I have had no problems. I have been able ...more >>

Warning: Page has expired ?
Posted by WJ at 8/1/2005 9:24:44 PM
I am using Form authentication and SSL. On the Login page, I have a link to another web site (not SSL). When I click the IE browser back button, it says "Warning Page has expired". How can I avoid this ? I have not even login to my site yet. My session is set to 30 minutes in the web config. ...more >>


DevelopmentNow Blog