Re: Authenticating on a remote domain via ASP.Net

From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 09/15/05


Date: Wed, 14 Sep 2005 21:31:30 -0700

Hello Alan via DotNetMonster.com,

Which OS?
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

> 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 aco*** fine. Now I want to manipulate
> some
> directories and files on the remote share located on the domain from
> ASP.NET.
> I have tried all kinds of things to help authenticate but nothing
> seems to
> work.
> I can create a separate VB.NET application which uses net use to map
> the
> drive and that application then has access to be able to modify files.
> I then
> tried running this application via ProcessStartInfo, but it doesnt
> work.
> Also tried creating the same username/password on the IIS Server that
> has the
> domain access, and telling IIS to use this account as the default, but
> it
> didnt work either.
> Any suggesstions/ideas?
> Thanks!


Loading