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

推荐订阅源

IT之家
IT之家
Engineering at Meta
Engineering at Meta
腾讯CDC
宝玉的分享
宝玉的分享
H
Help Net Security
I
InfoQ
博客园 - Franky
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
博客园_首页
美团技术团队
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
The Cloudflare Blog
博客园 - 司徒正美
Vercel News
Vercel News
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
月光博客
月光博客

博客园 - SysInfo

[转]一个利用Sql Server 20005的 ROW_NUMBER Function 的分页存储过程. 新域名注册成功.http://sysinfo.com.cn/ 如何在上传图片之前预览图片? - SysInfo - 博客园 asp.net执行.sql文件 - SysInfo - 博客园 The New Controls of ASP.NET 2.0 [转]常见的 Web 项目转换问题及解决方案 今天下午回家:提前给大家拜个年! [转]MSN消息提示类(纯js编写) - SysInfo - 博客园 window对象的status、location、name、self、opener属性的使用 RadioButton加入DataGrid模板列引起的问题。 疙瘩汤 NHibernate Response.BinaryWrite()下载时文件名的问题. 细说HTML元素的ID和Name属性的区别 收藏 用JavaScript解决ASP.NET服务器控件造成的刷新问题 为.net中的ListBox控件添加双击事件 子父窗口之间的操作之小例子 用实例说明如何用JavaScript生成XML
Installing the ASP.NET "Atlas" Wiki - SysInfo
SysInfo · 2006-02-24 · via 博客园 - SysInfo

ASP.NET "Atlas" Wiki

The ASP.NET "Atlas" Wiki Sample Kit is a Visual Studio 2005 web project template, which is installed by Visual Studio and creates a 'new web site' template that is used to create your own Wiki application, using the ASP.NET "Atlas" preview technology. More information on "Atlas" is available at http://atlas.asp.net. The Wiki demonstrates several features of "Atlas" and includes source code that you can view and modify to create your own "Atlas" applications.

To install the application template, you must already have Visual Studio 2005 or Visual Web Developer Express installed on your machine. Next, download and launch the "ASPNETAtlasWiki.VSI" file, and follow the installation wizard instructions to install the template in your development environment.

To create your own Wiki using this template, first open Visual Studio, and from the File menu, select New Web Site. In the New Web Site dialog:

  • Select Visual C# as your language
  • Select Wiki ASP.NET "Atlas" Web Site
  • Click 'OK'
Visual Studio will create a new web site for you using the Wiki template. After the web site is created, additional instructions are presented for using and troubleshooting the Wiki. To run the application right away, press the 'F5' button (or click the 'Go' button on the Visual Studio toolbar).

The ASP.NET "Atlas" Wiki Sample Kit, like "Atlas", is a technology preview and is currently not intended for live use on an Internet or intranet site. However, you may edit and modify the Wiki created by this template for your own learning purposes.   

from:http://msdn.microsoft.com/asp.net/info/future/atlas_wiki/