all groups > asp.net security > june 2008
Forms Authentication for only one folder
Posted by Flyguy at 6/21/2008 7:29:02 AM
I am using Forms Authentication on a website. I’d like to configure it to
allow anyone access to the entire site with the exception of one folder. In
that one folder I’d like to limit it to users with logins. How do I setup my
web.config file for this?... more >>
Mixed Authentication, ASP.Net 2.0, IIS 5.0
Posted by camainc at 6/18/2008 3:45:00 PM
Can someone point me to a ~working~ example of using mixed
authentication in an ASP.Net 2.0 website?
I have been screwing around with this all day and I am no closer to a
solution. It seems to me that this sort of thing should just be "built-
in." I can't believe that after 10+ years of ASP.Ne... more >>
Lightweight logon? Impersonation? - shared workstation problem
Posted by THG at 6/12/2008 4:36:00 PM
We have an Intranet ASP.NET application that is relying on AD security.
We have a business requirement to run our application on shared
workstations. Additional requirement is that users are under time constraints
and use the system on and off during their shift. Up to 4-5 users can share
... more >>
Exclude Error Status 403 from customErrors Redirect
Posted by Larry Neylon at 6/10/2008 2:30:56 PM
Hi there,
I've got a site that has custom errors with the web.config looking like
this:
<customErrors mode="RemoteOnly" defaultRedirect="/CustomErrorPage.aspx">
<error statusCode="404" redirect="/404.aspx"/>
</customErrors>
Is there a way of excluding 403 errors from being redirecte... more >>
Some or all identity references could not be translated.
Posted by Darko Bazulj at 6/5/2008 10:24:13 PM
Hi,
what I try to do:
create user/group in AD(works fine).
set permissions on folder for created user/group(problems)
If I try that I get the following error:
System.Security.Principal.IdentityNotMappedException: Some or all identity
references could not be translated.
at
System... more >>
2 connection strings, one SQL one network MDB
Posted by Plateriot at 6/4/2008 6:05:02 PM
I have a website in which I connect to a SQL SERVER via SQL username and
password
I added another connection string in hopes of connecting to a Networked MDB
to get updates to the SQL Server.
This 2nd connection string has a generic username and password, provided to
me by the System adm... more >>
Get full-qualified user-domain in asp.net
Posted by Markus Strobl at 6/2/2008 9:12:08 AM
Hi!
I'm currently developing an ASP.NET application which uses Windows
Integrated Security to display different data depending on the Windows User
how requests the page.
So far so good but i also need to get the full qualified name of the user
domain visiting the page to make my app work... more >>
|