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 > november 2004 > threads for november 8 - 14, 2004

Filter by week: 1 2 3 4 5

Why i cannot write a file, even i add a permission to that file.
Posted by Umut Tezduyar at 11/12/2004 10:32:46 PM
My web site user should change some files in the root folder. Why the following code is not working. I dont want to manually give permission for the asp.net account for each file. Instead, i want to give permission that the caller can write to the specified file. I have investigated the msdn...more >>


A question about windows accounts
Posted by Chris Leffer at 11/12/2004 4:42:49 AM
Hi. I have a windows 2003 server running an asp.net application. I use an administrator account to logon to this machine. When my asp.net site receives requests from my users, these requests are passed to the Network Services account. So my question is: What resources the users coming from th...more >>

tricky multi-tier delegation
Posted by peter.gehrman NO[at]SPAM unisys.com at 11/11/2004 10:23:31 AM
Is it possible to implement a 2-tier ASP.NET app with delegation to the back-end without authenticating the user at the middle-tier? I have IIS running a presentation application that needs to delegate Kerberos authentication to a proprietary back-end (non-Windows) server. The kicker is that t...more >>

Hybrid sql server and asp.net windows authentication
Posted by Onur Gorur at 11/11/2004 8:08:03 AM
I have an asp.net web application that executes stored procedures on SQL Server 2000 on the backend and displays the results of this stored procs on a grid. I use integrated windows authentication on IIS, asp.net and SQL Server. Here is what I want to do: - When a user starts to use the app...more >>

Accessing htm files without authentication (forms authentication)
Posted by Kamil P at 11/10/2004 11:20:31 AM
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But there is one problem. I have also .htm files. All that files user can get without login form. How to set application or serwer permissions to .htm file...more >>

FormsAuthentication.SignOut() problem
Posted by Zagor at 11/10/2004 11:00:25 AM
Hi All, (thanks in advance for your time) I have a standard login.aspx page (UserName\Password). When the user successully sign in they are redirected to a control panel page (admin.aspx), which contains a logout button with this code private void OnLogOutClicked(......) { FormsAuthe...more >>

Windows Authentication Timeout
Posted by Will Gillen at 11/10/2004 9:16:27 AM
I have been working on trying to enforce a "timeout" on Windows Integrated Authentication. Basically I want the aspx page to force the "authenticated" user to re-enter their credentials if it has been longer than 3 minutes since their last page request. Another individual had suggested adding...more >>

Access to internal database
Posted by CMan at 11/9/2004 3:47:24 PM
Hi , We have a internal database application which we now need to update from a website hosted at an external site. We want users to be able to come to the website and see their very latest information. They should be able to update this data and submit it to a holding area before it is che...more >>



Delayed Signing, the GAC, and Installations
Posted by shippyatdrexel NO[at]SPAM yahoo.com at 11/9/2004 10:39:09 AM
I have a shared C# class assembly that I am trying to give a strong-name so I can install it into the GAC on the target machine. Without delay signing, I've successfully been able to do this by performing the following steps: 1. Create a public/private key pair by doing the following: sn -...more >>

Help access denied error (I'm getting sick :( )
Posted by Ekempd at 11/9/2004 3:48:01 AM
Hi a use an assembly dll in my asp.net proyect, All work fine almost every time, but occasionaly I get a permision denied accesing wf_ci.dll(my assembly) when I run the proyect, this is only some times, I add permission to the IUSR_ and IWAR_ users to the dirtectory of the dll, and I stil...more >>

private/public sub?
Posted by rom at 11/9/2004 3:17:56 AM
I have the following like in an asp.net application in the vb.net codebehind page: Compiler Error Message: BC30390: 'Care.Search.Private Sub saveFatherGroup_ServerClick(sender As Object, e As System.EventArgs)' is not accessible in this context because it is 'Private'. The problem is t...more >>

SQL2k3 connectivity problems
Posted by Itai Raz at 11/8/2004 5:48:19 PM
Hi Guys, We are making use of SQL2K DB installed on W2003 server for the first time. We bumped into a whole lot of security related issues, that we managed to solve, and we have one (hopefully) last outstanding problem keeping us in the dark. We have some ASP.Net code that is trying to access ...more >>

Encrypt String or different approach
Posted by Gary Townsend (Spatial Mapping Ltd.) at 11/8/2004 4:48:08 PM
Good afternoon, I am building an application that uses ASP .NET, and Blackmoon FTP Server, My plan currently is to automate some user processes one of those processes is to allow them to download files in their FTP Root directories via HTTP for our clients who are behind firewalls which p...more >>

Windows Authentication and Session State
Posted by Will Gillen at 11/8/2004 2:51:55 PM
I have an ASP.NET application that is using windows authentication (basic). It prompts the user for their Windows Credentials when they first load the page. Now, I want to have the "session" timeout in 3 minutes, so that the page will again prompt them for their credentials if this timeout has...more >>

Impersonation fails when accessing remote files.
Posted by simonc at 11/8/2004 5:38:28 AM
I am impersonating a user by setting the details in Web.config. I have confirmed that the .aspx page is running as the impersonated user. I then try to access a remote file which requires authentication to view. The log files for the remote server say that user "aspnet" tried to connect and wa...more >>


DevelopmentNow Blog