|
Home > Archive > IIS Server > January 2004 > Windows Server 2003, IIS6 and the Tools Component
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Windows Server 2003, IIS6 and the Tools Component
|
|
| Hakan Altinisik 2004-01-28, 10:34 pm |
| Does anyone know what happened to the tools component
(tools.dll) in IIS6?
With NT4 and IIS4 you had to install the Option Pack to
get this functionality and with Windows 2000 and IIS5 it
was installed by default.
I am moving an Intranet application to Windows Server
2003 and IIS6 and the following code reference does not
work.
Set objTools = Server.CreateObject("MSWC.Tools")
Also the tools.dll file does not exist. Do I have to
enable or install something extra? Any help would be
greatly appreciated.
Thanks
Hakan
| |
| Bernard 2004-01-29, 7:34 pm |
| 'MSWC.MyInfo' component is NOT include in IIS6.0.
read the bottom section -
http://www.microsoft.com/technet/pr...hatschanged.asp
and
PRB: Server.CreateObject Fails When You Use an MSWC or IISSample Component
http://support.microsoft.com/?id=249290
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"Hakan Altinisik" <altinisikh@raeng.co.uk> ????
news:67af01c3e65d$c95a2120$a501280a@phx.gbl...quote:
> Does anyone know what happened to the tools component
> (tools.dll) in IIS6?
>
> With NT4 and IIS4 you had to install the Option Pack to
> get this functionality and with Windows 2000 and IIS5 it
> was installed by default.
>
> I am moving an Intranet application to Windows Server
> 2003 and IIS6 and the following code reference does not
> work.
>
> Set objTools = Server.CreateObject("MSWC.Tools")
>
> Also the tools.dll file does not exist. Do I have to
> enable or install something extra? Any help would be
> greatly appreciated.
>
> Thanks
> Hakan
|
|
|
|
|