<ngadacz.DeleteThis@ftresearch.com> wrote in message
news:1106178711.545093.146790@c13g2000cwb.googlegroups.com...
> hello all,
>
> I inherited a script which builds new web sites (windows 2003), it does
> a bunch of work but in essence
> - copies files
> - edit folder rights
> - adds the dns entries
> - uses osql for executing stored procedures
> - adds the web site (iisweb.vbs)
> - adds 2 virtual web directories (iisvdir)
> - reads from the metabase to set up web log program
> (var query = "SELECT Name, ServerComment FROM IIsWebServerSetting WHERE
> ServerComment='" + serverComment + "'";
>
> var providerObj = GetObject("winmgmts:/root/MicrosoftIISv2");
>
> var sites = providerObj.ExecQuery(query);
> )
>
> 80% of the time this script is run all of the current sessions die on
> the computer. what command would cause this? as we build more and more
> sites it is becoming a real problem.
> any help would be great,
Look for something that stops the web service.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: all session restarted when script is run to build new web ..