asp 如何读取机器码

来源:百度知道 编辑:UC知道 时间:2024/06/09 03:18:29
用什么函数

谢谢各位了

Creating Active Server Pages for WMI

Microsoft® Active Server Pages (ASP) can create dynamic Web pages by including both server-side and client-side scripts. ASP pages can be much faster than client HTML pages because most of the work is done on the server. You can also use ASP pages to display information about remote computers to other computers that do not have Windows Management Instrumentation (WMI) installed.

To use WMI with ASP

Write an ASP page (.asp) that uses WMI, and place it in a directory accessible to your Web server.
ASP scripts for WMI can be developed with several scripting languages, including Microsoft Visual Basic® Scripting Edition and Microsoft JScript®. You can construct the WMI script part of an ASP page exactly as you construct any other script that uses WMI, with one important restriction: you cannot use asynchronous WMI methods within ASP pages. Note also that any calls to GetObject or CreateObject must be