-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (25 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<body>
<h1>angularJs</h1>
<a href="http://localhost:9999/web_angular130/docs">AngularJS Examples</a><br/>
<a href="http://localhost:9999/angular-ui-router/sample/">AngularJS UI Router</a><br/>
<h1>Editor</h1>
<a href="http://localhost:9999/web-ckeditor_4.4.5_full/ckeditor/samples/">ckeditor/samples/</a><br/>
<h1>umbraco</h1>
<a href="http://localhost:9998/">umbraco</a><br/>
<h1>Vine</h1>
<a href="http://localhost:9001/">Home</a><br/>
<br/>
<br/>
<br/>
<h3>1. 导出应用池<h3>
<p>%windir%\system32\inetsrv\AppCmd.exe LIST APPPOOL /config /XML > poolappcmdexport.xml</p>
<h3>2. 导出网站配置</h3>
<p>%windir%\system32\inetsrv\AppCmd.exe LIST SITE /config /XML > iisappcmdexport.xml</p>
<h3>3.导入应用池</h3>
<p>%windir%\system32\inetsrv\AppCmd.exe ADD APPPOOL /IN < poolappcmdexport.xml</p>
<h3>4. 导入网站配置</h3>
<p>%windir%\system32\inetsrv\AppCmd.exe ADD SITE /IN < iisappcmdexport.xml</p>
<p>备份文件放在根目录</p>
</body>
</html>