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 > july 2005 > threads for july 22 - 28, 2005

Filter by week: 1 2 3 4 5

how to prevent auth ticket expiration
Posted by Perecli Manole at 7/28/2005 2:41:08 AM
In the forms authentication construct, I need a way to prevent ticket IssueDate and Expiration from being updated for a specific page only. By default forms authentication updates these two values whenever a page is requested and slides these values forward. Is there any way to forgo this procce...more >>


Exception Access denied , creating a new excel object in ASP.Net
Posted by Hemant shastri at 7/27/2005 9:48:03 PM
In my web application i am reading the data from excel file and inserting the records into the database.(In ASP.net C#) for some users i am getting exception "Access denied" at the following line of the code. Excel.Application=new Excel.Application(); for some user it is working fine. In ...more >>

trouble w/ Forms Auth and domain cookies
Posted by jeffpriz NO[at]SPAM yahoo.com at 7/26/2005 1:20:36 PM
I'm having trouble with a domain cookie and forms authentication. We have several sub-domains so we create a domain cookie for forms authentication purposes: cook.domain = ".mydomain.com" All is good with the world.. I can go all over the place and get in to my apps... Great .. except now I...more >>

CreateProcessWithLogonW
Posted by Todd B at 7/26/2005 9:01:03 AM
Hello, I am developing an ASP.NET application that allows users to enter data using web forms, then run an EXE when they click the appropriate button. The EXE needs certain security rights not available to the ASPNET user. After playing around with impersonation, I found that even using...more >>

PGP class library
Posted by Michel Prévost at 7/25/2005 2:18:32 PM
Anyone knows about a .NET (1.1) PGP class library, either from public domain or commercial? Thank you, Michel ...more >>

Forms Authentication: <location> authorization not bypasssing login page.
Posted by M Gallagher at 7/23/2005 4:07:00 PM
I am trying to configure my forms authentication so a certain page is not subject to a redirect to the login page. This seems like it should be a simple thing to do with a <location> tag, but its just not working. Requets to the page (public.aspx) specified in the <location> tag are still be...more >>

How to get of last created user using CreateUserWizard?
Posted by Rodusa at 7/22/2005 2:44:06 PM
Could someone please recommend the best way and how to obtain the last inserted userid of users (security) table using the Button click event of CreateUserWizard? In classic Asp and Asp.net 1.x I used the @@identity to get the last inserted record of my custom table, but now I don't know how Asp...more >>

Forms authorization cookie always set to expire in 2055?
Posted by Amil at 7/22/2005 9:30:53 AM
I'm using Forms authorization. In my <forms> section I have timeout="30", but when I examine the cookie, it shows it expiring in 2055? Why? <authentication mode="Forms"> <forms loginUrl="/login.aspx" protection="All" timeout="30" path="/"> ...more >>



Security question?
Posted by MilanB at 7/22/2005 2:00:01 AM
Application has a webform where user can edit/modify some information that are stored in database. When I show data to user, I must somewhere memorize ID of database record that is currently edited. Where to do that? So malicious users can not chage that ID (of current edited record), a...more >>


DevelopmentNow Blog