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 > september 2006 > threads for september 22 - 28, 2006

Filter by week: 1 2 3 4 5

ASP.NET 2.0 site accessing Samba 3 shares
Posted by Michael D. Ober at 9/28/2006 3:05:57 PM
I have an ASP.NET 2.0 base site that needs to access files on Snap Appliance's Guardian OS 4.2, which is running SAMBA 3.x which is a domain member on the network. How do I get our web-server, which is a DC, to retrieve files on the Snap server? Thanks, Mike Ober. ...more >>


WindowsPrincipal m_roles, m_rolesTable, m_rolesLoaded question
Posted by costasz NO[at]SPAM gmail.com at 9/28/2006 2:14:12 PM
We have these ASP.Net 1.1 apps that use ADS authentication. There was a requirement to load ALL the roles for a particular user. We had used reflection to get to the Principal's m_roles field to get them. Now, we're running in ASP.Net 2.0 and I see that m_roles is null, m_rolesTable is null and ...more >>

authentication ticket expiring too soon
Posted by bmjnine NO[at]SPAM hotmail.com at 9/27/2006 3:54:49 PM
Hi, I am trying set up my site so that once a user logs in, they stay logged in for 72 hours unless they close their browser. I have the following in place: (web.config) ----------------- <system.web> <sessionState timeout="4320" /> <httpRuntime maxRequestLength="102400" executio...more >>

haiii..help me for the page expire
Posted by anil at 9/26/2006 11:40:22 PM
haiii... first i have created a login page ..i had loged in with the existing username & password.. after linking to several pages with that user name...i had signout the account.... & returned to my login page...but here my problem araised .... being in the login page ..i have clic...more >>

ASP.NET and directory security
Posted by quintesv via DotNetMonster.com at 9/26/2006 9:36:31 AM
Hi all, I come from a win forms background, and am building a web site that needs to interface to a FOXPRO database (DBF files). My problem is as follows: I have created a virtual directory on the same machine as where the DBF files are located. I have created a share for the DBF files, and...more >>

Help - Can I reuse existing session ID from email link?
Posted by Nanker at 9/26/2006 9:15:24 AM
Our existing ASP.NET web application does store a session ID in the cookies (ASP.Net_SessionID) for a logged in user. A new requirement has been stated that we need to be able to send a customer an email with a link to a specific page in the application, and if the user clicks on the email link ...more >>

Managing user rights
Posted by Angel Romero at 9/25/2006 11:42:07 AM
Hi everybody Does anybody have examples (source code or links) of best practices for managing user rights, roles, etc using SQL Server? Thanks in advance ...more >>

When are the FormsAuthentication class' configuration settings read?
Posted by matt at 9/25/2006 3:52:48 AM
Hi, I'm writing a HttpModule which is going to require certain settings in the FormsAuthentication configuration (for example, I need to ensure enableCrossAppRedirects = true). Now my best effort so far has been to run through the configuration settings I require and raise exceptions if the...more >>



Supporting multiple custom RoleProvider versions
Posted by Chris Cichocki at 9/22/2006 11:40:02 AM
All of the configurations I've seen for the role provider specify a simple (weak) type name. What if I had multiple custom role provider implementations in the GAC and wanted to specify an exact version? I've tried putting the fully qualified (strong) name into the "type" attribute but it ...more >>

Changing Active Directory Password from ASP.Net Web Page
Posted by Chris Bingham at 9/22/2006 9:28:02 AM
Hi, I’m trying to create a simple ASP.Net 2 web page to allow users to alter their Active Directory passwords, but I can’t seem to get it working and I was hoping someone might be able to help me please? Basically, the situation I’m in is this. I have a small, air-gapped network for ...more >>

ASP.Net site from network share
Posted by Navnit at 9/22/2006 4:45:01 AM
Hello, I want to create a website in IIS which has its ApplicationPath or Virtual Directory from a network share. Its a ASP.Net 2.0 website. I've the site percompiled (One Assembly Per Page). When I try to do the above I get a "Code Access Security" error, which is justified since I am ...more >>


DevelopmentNow Blog