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

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
D
Docker
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
美团技术团队
V
V2EX
Last Week in AI
Last Week in AI
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
B
Blog RSS Feed
博客园_首页
B
Blog
博客园 - 叶小钗
I
InfoQ
WordPress大学
WordPress大学
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
The Register - Security
The Register - Security
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Latest news
Latest news
W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CERT Recently Published Vulnerability Notes
C
CXSECURITY Database RSS Feed - CXSecurity.com
Recent Commits to openclaw:main
Recent Commits to openclaw:main
N
News and Events Feed by Topic
S
Secure Thoughts
The Hacker News
The Hacker News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News

博客园 - 湘江风光

FNPLicensingService.exe 为 ASP.NET Development Server 指定端口 外链 十二个月内 仅仅依靠Google打造成功网站 用Outlook Express制作电子名片 解决windows server 2003上无法打开.flv流式文件的问题2007-10-25 23:48原因是由于windows server 2003上并没有.FLV的这种mime-type类型,可以按如下解决: 常用的DOS命令及注册表命令 无法打开Web项目 文件路径与URL不符。这两者需要映射到相同的服务器位置 Microsoft SQL Server 2005 表怎么显示中文 Rose.exe U盘病毒解决方法!! svohost.exe的解决方法(转载) wincfgs.exe病毒清除方法 wsctf.exe病毒专杀 网络广告之四:激励用户 网络广告之三:微广告 网络广告之二:精准 网络广告之一:交互 网络营销走出搜索引擎瓶颈 ASP.NET注册COM组件
web站点在vs2008
湘江风光 · 2009-02-28 · via 博客园 - 湘江风光

1.把做好的web站点在vs2008里面编译;
2.打开IIS,新建一个应用程序池,然后在新建一个站点,然后输入一个域名,最好不要含有www,如下即可:test.myweb.net(以此为例);然后选择物理路径,即:你放web站点的位置;
3.进入C:\Windows\System32\drivers\etc,用文本编辑器打开hosts,在最下面添加一行:127.0.0.1 test.myweb.net(你开始输入的域名)保存即可。
4.打开IE,输入你自己开始的域名~然后就OK了,如果要在IIS里面浏览,进入IIS,选中新建的网站,在右边点击浏览(****)即可。