惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
S
SegmentFault 最新的问题
D
Docker
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - Franky
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
MongoDB | Blog
MongoDB | Blog

博客园 - 林骄

Android note 2010.08.02 v2 2010.08.03 Android note Android Note 2010.08.02 Android Note 2011.08.01 [Biztalk]问题集 - 林骄 - 博客园 Winform导出Excel Excel单元格颜色 判断系统版本 ListView && XmlReader How to open a folder with explorer - 林骄 Print Can't open Infragistics help document How to get local machine date format.如何获取本机时间格式 cannot open user default database WebService Tips 中文全半角转换 Windows Service Db2中的时间
装机备忘
林骄 · 2009-01-08 · via 博客园 - 林骄

     1.用硬盘版XP装IIS
     装IIS并不一定得用光盘。当提示插入光盘的时候把路径指向硬盘上的XP的i385目录,需要的dll会自动筛选出来。

     2.先装VS,后装IIS,需要注册IIS。
     首先搜索aspnet_regiis文件,找到它所在的文件夹。在DOS中进入该文件夹,运行 aspnet_regiis -i 。

     3. SQL1159 Initialization error with db2.net data provider,reason code 2,tokens c:\Program Files\IBM\SQLLIB\\bin\db2app.dll
     .net无法访问db2对象。
     解决方法:打开控制面板中的计算机管理,将ASPNET用户添加至DB2ADMNS和DB2USERS组中。