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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|