Hello All
I have a VB script that runs WMI to retrieve serial numbers of workstation
on the local network in which it runs and writes this to either an Access or
SQL Db.
Is there a way that i can add this wmi script in the codebehind page of my
web application to allow remote users across the internet the ability to
execute this over the internet to gather information on there lan via the
web page and write the obtained information to my database?
Im running .net framwork 1.1, windows 2k server with MS SQL 2k
Any help would be greatly appreciated.
Thank you,
Dave
Jeremy Chapman - 28 Sep 2004 17:02 GMT
You can write WMI in .NET so it souldn't be to difficult to recreate your VB
script in VB.NET or other .NET language. The other thing you could do is
schedule your script to be run on a server nightly to populate your
database, the your web page can just query the database and it never needs
to know anything about wmi.
> Hello All
>
[quoted text clipped - 13 lines]
> Thank you,
> Dave