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

推荐订阅源

F
Full Disclosure
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
D
Docker
K
Kaspersky official blog
Latest news
Latest news
P
Privacy International News Feed
雷峰网
雷峰网
S
Security Affairs
博客园 - 司徒正美
博客园 - Franky
C
CERT Recently Published Vulnerability Notes
Cisco Talos Blog
Cisco Talos Blog
AWS News Blog
AWS News Blog
C
Check Point Blog
T
Tailwind CSS Blog
T
Tenable Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Threat Research - Cisco Blogs
The Last Watchdog
The Last Watchdog
Google Online Security Blog
Google Online Security Blog
L
Lohrmann on Cybersecurity
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
B
Blog
The Hacker News
The Hacker News
V
V2EX
L
LINUX DO - 最新话题
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
W
WeLiveSecurity
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Microsoft Security Blog
Microsoft Security Blog
S
Securelist
V2EX - 技术
V2EX - 技术
博客园 - 叶小钗
The Cloudflare Blog
小众软件
小众软件
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Hacker News: Ask HN
Hacker News: Ask HN
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Register - Security
The Register - Security

博客园 - answer

SQL查询重复记录 如何使用两台 NETGEAR 无线路由器进行无线中继(WDS) [转]取当前日期是在一年中的第几周 [转]写在UserControl销毁之时 给List排序( list sort) [转]检查本地DNS服务器是否正常工作及解决方法 SQLITE入门至精通 [转]WM手机,关于如何让手机一直运行下去,而不进入待机 [转]string表达式运算 [转]HTC G11 ROOT获取权限教程 [转]WebForm 与 winform 路径获取 [转]win7 系统装SQLServer2000 成功。 Mobile Development: Disable Windows Mobile 6.5 Start and Close Button [转]Windows Mobile: Hide StartButton in WinMo 6.5.x Windows CE 电源管理(转贴) [转]分享8个超棒的免费高质量图标搜索引擎 [转]Win7系统下VS2005_2008不识别WinCE5 SDK [转]SQLite存取二进制数据 [转]SelectObject() 装载字体 VC EVC
[转]windows 7 下ASP.net 本地配置 ( IIS 7)
answer · 2011-03-04 · via 博客园 - answer

Posted on 2011-03-04 11:47  answer  阅读(467)  评论()    收藏  举报

今天调试blend 3的一个Zune3D样例时, 运行后生成的是sliverlight程序, 由于我的机器是刚从vista升级到windows 7, iis都没有配置, 因此无法预览.现给出步骤:

(一. 配置IIS)

1. 打开"Control Panel" / "Programs" / "Turn Windows features on or off",  勾选"Internet Information Services", windows 7默认勾选里面WMT和WWWS的部分选项. 点击 "Ok", 退出.

2. 打开"Start / All Program" / "Administrtive Tools" / "Internet Information Services(IIS) Manager".  也可以直接在 "Start Menu"下直接搜索"IIS"

3. 点击左边树中"Site"节点, 选择"Default Web Site",  打开后选择"Default Web Site"右边的Actions, 单击"Start", 如果出现0x80070020的一个错误对话框的话, 是因为端口80被别的应用程序占用, 单击Actions的"Bindings..."按钮, 编辑默认的80端口为其他的端口, 比如81.

4. 单击Actions的"Restart", 选择"Browse *:81(http)"就会看到IIS的start页面.

(二, 配置自己的网站Zune3D)

1. 右击左边树中的"Application Pools", 选择弹出菜单的"Add Application Pool..."选项, 命名为"Zune3D", 确定退出.

2. 右击左边树中的"Sites", 选择弹出菜单的"Add Web Site"选项, site name填写"Zune3D", Application pool:选择刚才创建的"Zune3D",

Physical path:选择Zune3D所在的目录. 单 击"Connect as..."按钮后出现"Connect As"对话框,  勾选"Specific user:", 单击"Set", 在弹出的对话框填入本机的管理员权限的用户名和账号. 点击"Ok"后退出"Connect As"对话框,  此时可以单击"Test Settings"按钮查看刚才配置是否成功. 然后在port:中填入有效端口, 比如82.

3. 单击左边树"Site"下刚创建的"Zune3D", 选择右边的"Diretory Browsing", 打开后选择"Directory Browsing"右边的Actions, 勾选"Enable". 再次点击左边树的根节点, 选择右边的"Default Document", 打开后选择"Diretory Browsing"右边的Actions, 单击"Add", 填入"Default.html",点击"OK". 点击Actions里的"Move up", 把"Default.html"选项移至顶部. 

4. 单击Actions的"Restart", 选择"Browse *:82(http)"就会看到Zune3D的页面了.

来自:

http://blog.csdn.net/muzizongheng/archive/2009/10/30/4746005.aspx