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