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 2005 > threads for september 8 - 14, 2005

Filter by week: 1 2 3 4 5

Basic Authentication/Custom Login page
Posted by mike at 9/14/2005 2:57:44 PM
Hello. I'm creating a site that has basic authentication. Is it possible to have a custom login page display instead of the Windows login page? Thanks in advance, Mike ...more >>


Other than BuiltIn groups for Windows Authentication
Posted by Joey Lee at 9/14/2005 12:00:00 AM
Hi, I am using windows authentication on my ASP.Net application. With the WindowsPrincipal I can authenticate myself against groups such as BUILTIN\Users I am assuming that this group is supplied by the active directory when i log into the domain using my pc. The problem now is I hav...more >>

Authenticating on a remote domain via ASP.Net
Posted by Alan via DotNetMonster.com at 9/14/2005 12:00:00 AM
I have been struggling with this for a little while now. Let me explain my problem: I have a remote domain and a workgroup. I have an IIS server running on the workgroup. When I log into the IIS server I can map a drive located on the domain and can authenticate with a domain acocunt fine. Now...more >>

How to sets credentials used to authenticate Web requests
Posted by Li Pang at 9/13/2005 12:46:05 AM
Hi, I put a xml file in a web site "http://localhost/XML/default.xml", and I try to open it from the following codes: Dim doc As XmlDocument doc = New XmlDocument() doc.Load("http://localhost/XML/default.xml") then I got an error: "(401) Unauthorized" When I enabled anonymous access ...more >>

ASP.Net app in DMZ cannot be accessed by client PC's
Posted by hakl at 9/11/2005 11:15:03 PM
Hi, I have a small asp.net app (with SSL, Win 2003 server standare, IIS6, SQL 2k)) which was working fine before it was moved to the DMZ. The application is accessed through our intranet only. We've given IP addresses of the user workstations that need access to the Server to the security peo...more >>

Windows Authentication with ASP.Net and SQL Server
Posted by Siobhan at 9/11/2005 10:26:14 AM
Hi - I am trying to set up Windows Authentication for an application to pass through credentials to SQL Server but I have done everything that most documentation seems to say to do but keep getting The request failed with HTTP Status 401: Access Denied !! My set up is as follows: Development...more >>

Cannot start aspnet_wp.exe
Posted by Matt Eustace at 9/11/2005 2:06:01 AM
Well this little gem is popping up everywhere it seems! I installed VS.Net 03 on my machine along with all the pre-reqs including the .Net Redist framework 1.1. Subsequent to this, I lost the ability to run ASP let alone ASPX on my machine. All the information I have found pointed to ASPNET no...more >>

secure design w/ ASP.NET 1.1
Posted by Fred at 9/9/2005 10:05:29 PM
hi, can u plz point me to some good books and/or articles on managing user authentication and authorization w/ IIS 5,6 and IE 5,6...more >>



How to prevent user from authenticating
Posted by salickc NO[at]SPAM gmail.com at 9/9/2005 9:11:46 AM
Hello, I'm using Forms Authentication. When the user logins for the first time, i create a persistent cookie, so the user will login automatically every time he browse the site. But suppose after I a week, i deleted the user from my DB. He still has the cookie on his computer, and will conn...more >>

check if a user is a member of a particular group in active direct
Posted by Smitha at 9/9/2005 7:30:03 AM
Hi everyone, in my asp.net application,i need to find out if a particular user is in the administrator group and permit him access to certain pages accordingly. can anybody help me in finding out the administrative group in the active directory using c# and check if the user is a member of...more >>

System.Security.Principal.WindowsIdentity.GetCurrent()
Posted by Jeremy Chapman at 9/8/2005 4:48:51 PM
I have a web application which calls a web service, which calls a method in an assembly of it's bin directory. The web application and web service use windows authentication with windows impersonation set in the web.config files. In IIS, these virtual directories have anonymous access turned...more >>

ASPNET account and NT Authentication with SQL Server -Account Locked Out
Posted by ryan.d.rembaum NO[at]SPAM kp.org at 9/8/2005 4:07:14 PM
I have an application running on an IIS box that is trying to make a connection to a separate SQL server box. The application is using Windows NT authentication. During development I can access my data just fine. When I view it in the browser I get the message that the database does not exist...more >>

custom Asp.Net 2 Forms Authentication question
Posted by Al at 9/8/2005 6:16:03 AM
Hello everybody, I need to create custom forms authentification using SqlMembershipProvider. I want to place authentication ticket into query string (or use sessionID in query string instead ticket). How can I do this? ...more >>


DevelopmentNow Blog