08-08-05 10:52 PM
Hi Nanda,
that is not possible. You can't access a remote machine.
the remote domain thing below is to allow custom authentication mechanims
that require a different machine for the authentication data source. Not to
authenticate against a remote machine.
CmsApplicationcontext can only be used on the local machine.
You should follow the webservice approach mentioned by Spencer.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Nanda" <Nanda@discussions.microsoft.com> wrote in message
news:D1BE8906-2B16-4296-A002-BA67E74EF5DA@microsoft.com...
> Hi,
>
> I want to administer the CMS web server (1) from a remote server (2). I am
> using CMSApplicationContext object from the remote server (2) which is
> also
> installed with CMS that is pointing to different MCMS Database. Following
> is
> my code where I am initialising the object:
>
> appContext.AuthenticateAsUser(NTUser, NTPwd,
> PublishingMode.Update,"MCMSAdmin","Administrators",mcmsRemoteDomain);
>
> The problem is that when I iterate thru the channels, I still get the
> channels that are on the local machine. Can you please tell me how to do
> this
> job?
>
> Thanks!!
[ Post a follow-up to this message ]
|