问题签名:
问题事件名称: APPCRASH
应用程序名: w3wp.exe
应用程序版本: 7.0.6001.17042
应用程序时间戳: 473286e9
故障模块名称: msvcrt.dll
故障模块版本: 7.0.6001.17042
故障模块时间戳: 47329a02
异常代码: c0000005
异常偏移量: 00023bb8
OS 版本: 6.0.6001.2.1.0.256.1
区域设置 ID: 2052
其他信息 1: d766
其他信息 2: 6eac884fdb68f716035a8f0590c10165
其他信息 3: 8056
其他信息 4: 2a153369dbae05af12dbb058f1f7145f
Read More
通常使用IIS开发.net程序,IIS自带都支持,今天装个PHP,网上查阅了一下,记录下来。
首先开始IIS7(VISTA),略过....
PHP配置:
1. 找到 ;extension=php_mbstring.dll, 前面的";"去掉,
找到 ;extension=php_gd2.dll, 前面的";"去掉,
找到 ;extension=php_mysql.dll, 前面的";"去掉. Read More