David
Wed Oct 06 00:07:42 CDT 2004
FYI:
Leon, the user is using the IIS6 MMC Snapin from an add-on pack, which
installs on XP Pro and allows it to remotely managed IIS6 servers.
http://www.microsoft.com/downloads/details.aspx?familyid=f9c1fb79-c903-4842-9f6c-9db93643fdb7&displaylang=en
So, having the user reinstall from XP CD isn't going to do a whole lot of
good.
I would personally run the DEPENDS.EXE tool on the IIS Snapin DLL
(iisui.dll) or run FileMon (www.sysinternals.com) to see what file is
missing (which will then cause "The specified module cannot be found" ).
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Leon Mayne [MVP]" <l.rmv.mayne@uea.ac.uk> wrote in message
news:uSNjmBfqEHA.556@tk2msftngp13.phx.gbl...
Sean wrote:
> I've been using the Internet Information Services (IIS6)
> Manager successfully over the last few months on a
> standard Windows XP (SP2) Professional workstation,
> however it has recently stopped working, reporting
> that "The specified module cannot be found".
>
> The utility is being used to remotely administer a
> Windows 2003 IIS server.
>
> I've tried un-installing and re-installing but have had
> no success, and have had no luck in trying to track down
> the problem through any of the online resources
>
> Does anyone have any ideas?
Did you try installing the snap in from the XP CD?
1) In control panel, load up 'Add / remove programs' and click 'Add / remove
windows components' in the left hand side box
2) Highlight 'Internet information services' and click 'details'
3) Make sure 'Internet information services snap in' is checked.
4) Click OK, then Next, etc
And then see if you can manually add the snap in into an mmc console:
1) Start / run: mmc
2) File / 'Add / remove snap in'
3) Click add
4) Double-click 'Internet information services'
5) Click close, then OK
6) Right-click on the 'internet information services' node in the tree and
select 'connect' to connect to your remote machine.
See if that works.