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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|