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 > july 2005 > threads for july 1 - 7, 2005

Filter by week: 1 2 3 4 5

Forms authentication
Posted by Ben at 7/7/2005 2:56:01 PM
Hi, I am currently developing a web site that will use "Forms" authentication. I am having an issue in which the "Forms" authetication works only one time. Any other session after that are redirected to the web forms that require authentication, which results in an error, because the page i...more >>


Forms Authentication Expiration Problem
Posted by Prasad Dannani at 7/7/2005 12:00:00 AM
Hi Techies, I am using Forms authentication for my asp.net i had given session time out as 500 and also Forms time out also 500 even though its getting expired soon may be 4 minutes of Idleness its getting expired see the forms auth configuration below <authentication mode= "Forms" > ...more >>

authenticating access to files from ASP.NET
Posted by John Challis at 7/6/2005 10:25:05 AM
I want to restrict access to files (on local and remote servers) without requiring users to log in to my ASP.NET application. The users are on an intranet, anonymous access is disabled and Integrated Windows Authentication is enabled. Now, how can we determine if the current authenticated u...more >>

Connect to database on other computer
Posted by Chris Zopers at 7/6/2005 8:34:17 AM
Hello, I host an ASP.NET application on a computer and from that computer, I want to connect to a database on an other computer. When I place the database on the same computer, everything works just fine, but when I place the database on the other computer, I can't connect to it. I've tried j...more >>

File Permissions and Impersonation
Posted by Steve Winter at 7/6/2005 12:00:00 AM
Hi, We have a number of websites running on an IIS6 server all running under their own seperate Anonymous Web account and ASP.Net is configured to Impersonate this account for each site for file system security reasons. The problem comes however when one client needs to write files to their...more >>

Impersonate Thread with Domain ID in (ASP.NET)
Posted by bvasanth123 NO[at]SPAM rediffmail.com at 7/5/2005 2:51:14 PM
Hi I am running the ASP.NET web application which is running under domain id USER1. My OS is XP. I had added the following location tag in machine.config to make my application run under USER1. </location> <location path=3D"Default Web Site/WebApplication1"> <system...more >>

Windows authentication doesn't work: 401.1
Posted by BRG at 7/5/2005 7:05:05 AM
I'm having an issue getting Windows authentication to work on a couple of machines. The problem is that if I connect to a Windows authentication protected web page served by my local Windows XP machine, I get an HTTP 401.1 (Logon Failed) error. No Windows logon dialog appears at any time. Despit...more >>

How to use SSL
Posted by Edward at 7/5/2005 12:53:01 AM
I'm new on using SSL. I want a webapp with a SSL-connection. Are these the steps to perform: - get a SSL certificate - install it under IIS - use HTTPS instead of HTTP Are there no special or other things I have to do in VS.net (C#)? Thanks in advance....more >>



ASP.NET 2.0 Membership Provider - SSL alias - shared webapp
Posted by Rich Williams at 7/4/2005 1:18:01 PM
Hi All, Hope i can explain my problem. I have a single webapp that uses ASP.NET 2.0 Membership . Inside my website setup in IIS i have created an domain alias that will be secured. The webapp actually runs multiple domains and 1 SSL domain. I need to ensure that my users stay logged in ...more >>

Executing EXE
Posted by Yoshitha at 7/4/2005 12:00:00 AM
Hi I wrote the following code to run the exe file in my web application System.Diagnostics.Process.Start("E:\Projects\Encrypt-Decrypt\bin\WindowsApp lication1.exe") and it is running successfully in windows 2000 professional , but the same code is not working in windows server 2003. can...more >>

multiple thread on creating OU via LDAP with AD ?!
Posted by
at 7/3/2005 12:00:00 AM
Hi I have created a class file with a method doing the OU creation task for my domain, and the application is put on two servers each running a DC as a backup to each other. Every time when the create OU method is called, the OU got created with no problem, but there is always another thread be...more >>

problem with impersonate
Posted by Yoshitha at 7/1/2005 12:00:00 AM
Hi I've to access registry and also get cpu id from the web application. First i wrote code to get cpuid from web application then i got cpu id. Next i wrote code to set value into a registry and when ran the application i got error that access to Registry is denied some thing. and then what i ...more >>


DevelopmentNow Blog