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

推荐订阅源

N
News and Events Feed by Topic
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
S
SegmentFault 最新的问题
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
C
Cisco Blogs
博客园 - 叶小钗
P
Privacy International News Feed
Jina AI
Jina AI
Apple Machine Learning Research
Apple Machine Learning Research
T
Threatpost
IT之家
IT之家
博客园 - 聂微东
Know Your Adversary
Know Your Adversary
Help Net Security
Help Net Security
罗磊的独立博客
I
Intezer
S
Schneier on Security
博客园_首页
C
CERT Recently Published Vulnerability Notes
雷峰网
雷峰网
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Webroot Blog
Webroot Blog
TaoSecurity Blog
TaoSecurity Blog
MyScale Blog
MyScale Blog
P
Privacy & Cybersecurity Law Blog
T
The Exploit Database - CXSecurity.com
PCI Perspectives
PCI Perspectives
Security Latest
Security Latest
H
Heimdal Security Blog
S
Secure Thoughts
Hacker News: Ask HN
Hacker News: Ask HN
Y
Y Combinator Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Microsoft Security Blog
Microsoft Security Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
SecWiki News
SecWiki News
The GitHub Blog
The GitHub Blog
A
Arctic Wolf
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
T
Threat Research - Cisco Blogs
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - 雪美·考拉

创建自己的Web Helper 在WebMatrix中使用数据库 理解WebMatrix工作台(四) 理解WebMatrix工作台(三) 理解WebMatrix工作台(二) 理解WebMatrix工作台 使用模板创建站点 启动WebMatrix 建立你的第一个WebMatrix程序 WebMatrix的安装 Web栈介绍 模式的一次简单尝试 JavaScript中高效字符串拼接 MS.SQL Server 2005安装问题追踪总结 [导入]Flash CS4 初用体验 给总理的信 [导入]国外Flash源码的汉化问题 [导入]Windows XP下搭建IIS+PHP+MySql+Zend Debugger [导入]ADOBE CREATIVE SUITE 4 中文全套 [导入]重构出来的“简单工厂模式” [导入]Visual Studio 2008 对 JQuery 的智能感知支持!
Web应用程序库
雪美·考拉 · 2012-01-05 · via 博客园 - 雪美·考拉

在WebMatrix中选择从Web库创建网站将打开一个欢迎界面。将会看到一个应用程序库,这个库中包含了很多的开源项目程序,我们可以以它们为基础来建立我们自己的网站。

2-3

左边栏提供了应用程序库的分类导航。

使用Web库来创建一个站点

BlogEngine.NET是一个开源的ASP.NET博客项目,它的设计简单、可扩展性强。我们可以在Web库导航列表的 博客 选区中找到它。

2-4

要安装BlogEngine.NET,只需要简单的选中它,并点击下一步按钮。选择接受EULA,开始下载到本地。

2-5

BlogEngine.NET是一个非常小的项目,有3.6M左右,所以下载还是比较快的。当安装好后会得到如下界面。

2-6

看到祝贺成功的界面后单击确定即可。WebMatrix的工作区被打开。我们点击导航区的运行按钮。

2-7

将使用默认浏览器打开我们刚刚建立的BlogEngine.NET站点。

2-8

以上是基于开源库中的程序联立站点的简单演示。这一路过来貌似是消耗了一些时间,但是请考虑一下安装一个Web站点本应该的复杂情况:安装Web服务、安装数据库、安装程序运行时环境、下载并安装好开源项目程序、并最终确保它们能良好的协同工作。而以上这些内容都已经在不知不觉中由WebMatrix为我们代劳了。以后我们还会看到WebMatrix很多能够节省开发时间成本的特点。