摘要: WindowsServer2003x64系统自带的IIS版本是6.0。IIS6.0可支持32位和64位两种模式。但是,IIS6.0不支持在64位版本的Windows上同时运行这两种模式。系统默认是在64位模式下运行,需要手工切换到32位运行模式:操作步骤:“开始”—“运行”—输入“cmd”,打开命令窗口,依次执行下面命令:1、卸载64位IIS%WINDIR%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe-u2、开启支持32位应用程序Cscript%systemdrive%\inetpub\adminscripts\adsutil. 阅读全文
posted @ 2013-11-09 11:09 风烛 阅读(572) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using webcam;using PickHead;namespace test_avicap{ public partial class Form1 : Form { // WebCamera wc; Pick pick; public Form1() { Initialize 阅读全文
posted @ 2012-09-20 18:10 风烛 阅读(951) 评论(0) 推荐(0)