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

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - 憋大招的cat

Java实现基于SOAP的XML文档网络传输及远程过程调用(RPC)-----(转) Windows mobile应用程序开发环境搭建(C++) AJAX初探-XMLHTTP与服务端交互的小示例修正 SQL Server维护中Insert语句的生成工具 整理C# 二进制,十进制,十六进制 互转附加(BCC异或校验法) 转一个数据导入导出功能的帖子(转链) 通过控制按键来控制编辑框控件的小BUG - 憋大招的cat - 博客园 近期项目知识点总结之AJAX实用联动实例-(文1) AutoCompleteExtender控件使用示例以及BUG vs2005中利用自动生成数据集、ObjectDataSource、Gridview进行组合查询 SQL Server 2005 中附加只有mdf文件的数据库(修复置疑的数据库) 防止利用Xp_cmdshell进行漏洞攻击 SQL复制数据的强大命令集-BCP知识点之二 SQL复制数据的强大命令集-BCP知识点之一 收缩数据库出现的问题与解决方案 理解杀毒软件技术的意义 脱壳、虚拟、启发式介绍 WebForm中弹出页面关闭的同时返回值 c#.NET和VB.NET语法的比较 本地计算机上的MSSQLSERVER服务启动后又停止了。一些服务自动停止,如果它们没有什么可做的
Windows XP Home Edition安裝 IIS 的方法
憋大招的cat · 2007-08-23 · via 博客园 - 憋大招的cat
  1. 將 Windows 2000 Pro / Server / Adv Server 的 CD 放到光碟機中。
  2. 準備好 XP Home Edition 安裝光碟的 I386 目錄(有時候已經放在 C:\Windows\I386 中)
  3. 編輯 C:\Windows\inf\sysoc.inf,將:
    iis=iis.dll,OcEntry,iis.inf,hide,7
    改成:
    iis=iis2.dll,OcEntry,iis2.inf,,7
    注意當中的 hide 一定要去掉,否則會看不到這個項目
  4. 複製 Win2K CD 的 I386\IIS.DL_ 和 IIS.IN_ 到暫存目錄(例如:c:\tmp),並且以 DOS command 將之解壓縮展開:
    > expand IIS.DL_ iis2.dll
    > expand IIS.IN_ iis2.inf
  5. 將上述檔案分別複製到:
    C:\Windows\inf\iis2.dll
    C:\Windows\system32\Setup\iis2.inf
  6. 開啟 控制台 -> 新增或移除程式 -> 新增移除 Windows 元件,這時候可以看到 Internet Information Services 的選項,按照需求勾選要新增的服務。建議先以 WWW 為主,安裝越多的服務,後續步驟中需要搜尋的檔案就越複雜。
  7. 開始安裝後,會提示放入 Windiows 2000 的光碟,請指向光碟機的 I386 目錄。另外當提示放入 XP Home Edition 光碟時,可以指向步驟 2 的 I386 目錄。請注意,如果提示需要 IMS CAB (有安裝 SMTP 服務時),並不是 Win2K 的檔案,而是 XP Home Edition 的 IMS.CAB。
  8. 安裝完畢,試著開啟 http://localhost ,如果不成功,試著重新啟動 IIS web ,或著重新開機。如果還是不行,設定 IIS web 內容的目錄安全性,編輯匿名使用者,取消選取【允許 IIS 來控制密碼】。

posted @ 2007-08-23 18:52  憋大招的cat  阅读(762)  评论()    收藏  举报