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 > may 2007 > threads for may 1 - 7, 2007

Filter by week: 1 2 3 4 5

Could anyone provide a sample on using System.Diagnostics.Process with Domain, UserName and Password specified?
Posted by Speech Lover at 5/7/2007 10:57:30 PM
I am trying to find a sample from the Internet about invoking a command line from .NET 2.0 by using System.Diagnostics.Process with Domain, UserName and Password specified? All samples I found so far are without UserName and Password specified. thanks, Speech Lover ...more >>


Problem of invoking a command line from ASP.NET 2.0?
Posted by Speech Lover at 5/7/2007 7:08:06 PM
Hi, First of all thanks for any response! I want to start a command line command from C# 2.0. Since .net 2.0 provides a way to specify a particular credential in ProcessStartInfo object to run the command line, I am able to impersonate a particular user to run this command. However, no m...more >>

AzMan Role Based Security vs. ASP.NET Role Based Security
Posted by Kursat at 5/7/2007 3:31:16 PM
Hi, As far as I understand there are two types of role based security available to use with ASP.NET applications : AzMan Role Based Security and ASP.NET Role Based Security. What kind of decision should be made about using one of two? Thanks in advance. ...more >>

ADFS and Classic ASP
Posted by Robert Thompson at 5/7/2007 3:08:01 PM
Not sure if this is the correct newsgroup but I'm looking at ADFS as a way to provide SSO to multiple web based applications over the Internet. Unfortunately, one of the apps was written in classic ASP and is too big to change any time soon. Can ADFS support classic ASP as well as .NET bas...more >>

Forms Authentication : Works locally but not when hosted in IIS???
Posted by I.W Coetzer at 5/5/2007 3:35:00 AM
Hi I have a Asp.Net 2.0 app which uses the built in Membership Role Provider (sql server based) when I run it locally it allows me to create a new account, log in and access the 'secured' pages. but when I copy and host this site on a windows 2003 server IIS it does not go to the 'secur...more >>

Win 2003 svr/ASP.NET 2.0 UNC share
Posted by Langedal, Roger at 5/4/2007 2:33:47 PM
I'm trying to setup a simple test on writing to a file on an UNC share from an asp.net 2.0 webpage. This is whats happing in default.aspx: ----------------------------------------------------------------------------------- Dim path As String = "\\remoteserver\testshare" Response.Write(User.I...more >>

Using Login Control to Authenticate???
Posted by Mike Voissem at 5/4/2007 6:49:02 AM
I've been searching for 2 days now, and haven't really been able to get a complete solution to my problem(s). And let me preface this by stating this is my first crack at asp.net development so please excuse the ineptness. My environment is W2003 server, IIS 6.0. This server is in our DMZ a...more >>

2.0: change of password rules (newbie)
Posted by R.A.M. at 5/3/2007 7:05:32 PM
Hello, I am writing my first ASP.NET application. I would like to change rules for password to allow 4-letter passwords without nonalphanumeric characters. Thus, I added the following section to my web.config: <membership defaultProvider="SqlMembershipProvider" userIsOnlineTimeWindow="20">...more >>



Assigning application specific rights to existing Windows domain users
Posted by Kursat at 5/2/2007 2:55:41 PM
Hello, I am developing a Web based (ASP.NET 2.0) intranet application which will run in a Windows domain environment. Users will login using their domain accounts. So far so good but if one user have a valid domain account he or she can access all the functionality exposed by the applicati...more >>


DevelopmentNow Blog