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 > 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 >>



DevelopmentNow Blog