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

推荐订阅源

Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
S
Schneier on Security
人人都是产品经理
人人都是产品经理
博客园_首页
L
LangChain Blog
D
Docker
B
Blog
阮一峰的网络日志
阮一峰的网络日志
D
DataBreaches.Net
C
Check Point Blog
WordPress大学
WordPress大学
博客园 - 聂微东
P
Palo Alto Networks Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
腾讯CDC
Cisco Talos Blog
Cisco Talos Blog
A
Arctic Wolf
C
Cybersecurity and Infrastructure Security Agency CISA
Help Net Security
Help Net Security
The Last Watchdog
The Last Watchdog
有赞技术团队
有赞技术团队
美团技术团队
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
爱范儿
爱范儿
S
Security @ Cisco Blogs
MyScale Blog
MyScale Blog
C
Cisco Blogs
P
Proofpoint News Feed
I
Intezer
Last Week in AI
Last Week in AI
The Register - Security
The Register - Security
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Latest news
Latest news
M
MIT News - Artificial intelligence
N
News | PayPal Newsroom
G
Google Developers Blog
Cloudbric
Cloudbric
T
Troy Hunt's Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
AWS News Blog
AWS News 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/