Syntax IISVDIR[.VBS] [/create | /delete | /query] /? IISVDIR[.VBS] /create web_site[/virtual_path] n
[更多…]-
IISVDIR
-
Windows Service setup project – run service as administrator (or other user)
You should be able to add a new ServiceProcessInstaller in the InitializeComponent() method of your
[更多…] -
使用WMI对服务器性能进行监测
1.WMI简介 WMI是英文Windows Management Instrumentation的简写,通过使用WMI,我们可以获取本地或远程服务器的性能参数和进程运行情况,以及大部分硬件信息,但前提
[更多…] -
c#与WMI使用技巧集
1、 什么是WMI WMI是英文Windows Management Instrumentation的简写,它的功能主要是:访问本地主机的一些信息和服务,可以管理远程计算机(当然你必须要拥有足够的权限
[更多…] -
利用WMI获得盘符信息-.NET教程
windows management instrumentation (wmi) is a very powerful mechanism for getting information about
[更多…] -
file permissions – Windows Service can’t access network share
I have a windows service running on my local machine. It’s configured to run under NT AUTHORIT
[更多…] -
credentials – Executable started by a windows service using the local system account cannot access network shares
I have an executable that is started by a windows service, this program will be run on a cust
[更多…] -
Smart Thread Pool – 好东西要推荐
Project DescriptionSmart Thread Pool is a thread pool written in C#. It is far more advanced than th
[更多…] -
select for update in hibernate
Transaction transaction = session.beginTransaction();Country country = (Country) session.get(Country
[更多…] -
Using Timers in a Windows Service
Using Timers in a Windows Service Welcome to the next installment of the .NET Nuts & Bolts colum
[更多…]