Re: Unable to start Windows Service on a remote machine
From: Karl Levinson [x y] mvp (levinson_k@excite.com)
Date: 12/19/02
- Next message: Karl Levinson [x y] mvp: "Re: Did I get hacked into through IIS?"
- Previous message: Nimesh Bhandari: "Unable to start Windows Service on a remote machine"
- In reply to: Nimesh Bhandari: "Unable to start Windows Service on a remote machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Karl Levinson [x y] mvp" <levinson_k@excite.com> Date: Thu, 19 Dec 2002 07:13:43 -0500
I suppose it still could still be permissions blocking this. Try enabling
auditing to confirm that the account you think is being used is really the
one being used.
http://securityadmin.info/faq.htm#auditing
I assume you've confirmed you have Basic Authentication enabled on the
relevant folders and scripts that call the .DLL, since authentication is not
just set globally but also can be set per file or folder.
I assume you know that with basic authentication your password can be
sniffed by someone on the network [unless you have a certificate for SSL
encryption.]
I personally just use the NETSVC command that comes with the Windows
Resource Kit for stopping and starting and querying services. It's not
free, though and it does require NetBIOS to be allowed from your computer to
the target computer. On the other hand, it wouldn't make a lot of sense to
lock down the server by disabling or filtering NetBIOS if you were also
going to pass unencrypted plain text passwords to it.
"Nimesh Bhandari" <bnimesh@cal.Cognizant.com> wrote in message
news:01a201c2a74b$774f32a0$8ef82ecf@TK2MSFTNGXA04...
> Hi All,
> I am using IIS4.0 on Windows NT.
> I have written an ActiveX DLL to start/stop/query the
> windows service on a remote machine.
> I pass two thing two the function.. computer name,servcic
> name.
> When the DLL function are called from a VB Code, I am
> able to start/stop/query status of a remote machine
> running on different machine, on which I am the
> administrator. The remote machine is also a NT machine.
> But when I call the same DLL using ASP, I am unable to
> start/stop the service. I don't even get the handle of the
> service manager of the remote machine. I have
> enabled 'Basic Authentication ' option in IIS. But it
> doesn't seem to work. What is the solution?
>
- Next message: Karl Levinson [x y] mvp: "Re: Did I get hacked into through IIS?"
- Previous message: Nimesh Bhandari: "Unable to start Windows Service on a remote machine"
- In reply to: Nimesh Bhandari: "Unable to start Windows Service on a remote machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|