NoName Team 電腦資訊討論區

 找回密碼
 我要註冊
搜索
查看: 6871|回復: 17

windows server webdav 可上傳byte 數限制可否更改

[複製鏈接]
發表於 2016-1-30 10:40:34 | 顯示全部樓層 |閱讀模式
安裝後發現無法上傳Gbytes檔案,不知可否調整。
 樓主| 發表於 2016-2-3 09:12:39 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:35 編輯

WebDAV: 簡單部署與管理檔案的核心介面
本文將會介紹 IIS 7.0 中的其中一個套件:WebDAV,這個套件讓存取 Web 網站就像是存取本機檔案一樣便利。

WebDAV 簡介

WebDAV(Web-Based Distributed Authoring and Versioning)是一種可與遠端主機進行檔案或資料交換方式的標準,它讓在 Web 檔案變得可讀可寫,就像在本機上的檔案系統。它在 1996 年時由 Jim Whitehead 開始計畫,由 Tim Berners-Lee 開發出原型的版本,形成 RFC 2518,在 2007 年 3 月份由 IETF 接手,目前定義在 RFC 4918 規範中,由各個平台與作業系統實作相對應的版本。

不過 WebDAV 在微軟的作業系統上發展的很早,如果在資訊業待超過十年的讀者,應該都聽過微軟的第一個網頁設計工具:Microsoft FrontPage,這個工具本身有一個大家都很熟悉且生存在 Microsoft Office 以及 Visual Studio 中長達十數年的檔案交換技術:FrontPage Server Extensions(FPSE),FPSE 本身基本上就是以 WebDAV 的規格來發展的類似版本,透過 CGI 的網路通訊模型來讓本機與遠端可以交換檔案。而較正式的 WebDAV 則出現在 Windows 98,當時所用的宣傳名稱是 Web 資料夾(Web Folder),它用的是 OLE(物件連結與嵌入)技術,讓檔案總管(Windows Explorer)得以將 WebDAV 的來源路徑模擬成本機上的一個分享路徑,WebDAV 的 mini-redirector 可以將遠端的 HTTP URI 轉換成網路上的 UNC 路徑,讓使用者可以透過Windows Networking API(即網路上的芳鄰)將 WebDAV 來源繫結成一個磁碟代號,將它當成本機上的一個磁碟機使用。而這就是 WebDAV 所要發展的最終目的-讓遠端的檔案交換能像在本機的磁碟機一樣。

WebDAV 和 FrontPage Server Extensions 的功能很相近,但微軟是一直到 2006 年以後,才正式終止使用 FrontPage Server Extensions(直到現在仍提供可下載的安裝套件以持續保持向後相容,因為像是 Visual Studio 這樣的工具仍舊是用 FPSE 來連繫),Microsoft Expression Web 中的檔案交換功能就是使用 WebDAV。到了 Windows Server 2008,WebDAV 和 FTP Server 元件一樣,都沒有來的及與安裝媒體一起發布,在安裝媒體中的是舊版本的 WebDAV(基於 IIS 6.0 核心),真正以 IIS 7.0 為核心的 WebDAV 在 2008 年 2 月中才釋出到 IIS.net 網站上供下載安裝。

想進一步了解 WebDAV 的協定,可以參考:http://www.webdav.org/
以上文章取至 https://www.microsoft.com/taiwan/technet/iis/expand/WebDAV.aspx
 樓主| 發表於 2016-2-3 09:14:26 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:35 編輯

WebDAV 7.5 的功能

Windows Server 2008 的 WebDAV 實作是微軟完全翻寫現有的 WebDAV 核心後所構成的全新版本,它只相容於 Windows Server 2008 或更新的作業系統,它具有下列的功能:

WebDAV 7.5 是融於 IIS 7.5 的原生模組,速度更快也更穩定,不像 WebDAV 6.0 只是 IIS 6.0 上的一個 ISAPI 模組。
WebDAV 7.5 有自己的組態系統,並且與 IIS 7.5 管理工具完全整合,不再 像WebDAV 6.0 仍要依賴 IIS Metabase 儲存。
WebDAV 7.5 可以針對不同的網站設定不同的行為,但 WebDAV 6.0 只能針對伺服器設定,也就是設定會影響整個伺服器上的所有網站。
WebDAV 7.5 可支援以 URL 為主的安全設定,這也是基於 IIS 7.0 核心上的特色。
WebDAV 7.5 支援共享(shared)與獨佔(exclusive)鎖定功能。
以上文章取至https://www.microsoft.com/taiwan/technet/iis/expand/WebDAV.aspx
 樓主| 發表於 2016-2-3 09:18:00 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:36 編輯

如何透過 WebDAV 來存取 Synology NAS 上的檔案

NAS
概述
WebDAV 是 HTTP 的延伸,讓使用者可以編輯並管理存放在遠端伺服器上的檔案。有了 Synology DiskStation Manager 的 WebDAV 服務,支援 WebDAV 的用戶端程式──例如 Windows 檔案總管、Mac OS Finder、Linux 檔案瀏覽器──都可以像存取本地端網路硬碟般遠端存取 Synology NAS 上的檔案。

本文章將說明如何在 Synology NAS 上啟動 WebDAV,並開始從任何地方存取檔案。
目錄
開始進行之前的準備
1.1 在 Synology NAS 上啟動 WebDAV
透過 WebDAV 存取 Synology NAS 上的檔案
2.1 從 Windows 存取
2.2 從 Mac 存取
2.3 從 Ubuntu 存取
透過 HTTPS 使用 WebDAV 前的注意事項
1.開始進行之前的準備
本文章假設您已完成以下的準備工作:
設定 Synology NAS 裝置。
在 Synology NAS 裝置上安裝 Synology DiskStation Manager (DSM)。
將 Synology NAS 設定為可透過網際網路存取 (請參閱此應用教學文章)。
欲瞭解基本硬體、軟體設定的相關資訊,請參閱 Synology 產品的快速安裝指南。您也可以參閱 Synology NAS 使用手冊來取得與本文主題相關的額外資訊。兩者皆可於 Synology 下載中心取得。
1.1 在 Synology NAS 上啟動 WebDAV
透過 WebDAV 存取檔案之前,您必須先在 Synology NAS 啟動 WebDAV。

若要啟動 WebDAV 服務:
請以屬於 administrators 群組的帳號登入 DSM。
請前往控制台 > 檔案服務 > WebDAV。
勾選啟動 WebDAV核取方塊。
按一下套用來儲存設定。 NAS
2.透過 WebDAV 存取 Synology NAS 上的檔案
在 Synology NAS 上啟動 WebDAV 之後,請依照以下說明,使用 Windows、Mac 或 Linux 裝置來存取檔案。
注意:連接至 WebDAV 服務時,建議您使用支援 UTF-8 編碼的 WebDAV 用戶端,避免出現編碼錯誤。
2.1 從 Windows 存取
針對想要使用 WebDAV 通訊協定存取 Synology NAS 裝置上檔案的 Windows 使用者,建議您使用磁碟連線的應用程式「NetDrive」,此程式做為非營利目的使用時無須收費。
注意:如果您想使用 Windows 連線網路磁碟機以透過 WebDAV 存取 Synology NAS 上的檔案,請取得有效的 SSL 憑證,並透過 HTTPS 連線存取 Synology NAS。
若要透過 Windows 7 及 NetDrive 存取 Synology NAS 上的檔案:
請下載、安裝並開啟 NetDrive。
按一下 WebDAV 旁的 Connect 按鈕。 NAS
輸入下列資訊:
Name:為連線提供名稱。
URL:輸入 Synology NAS 的 IP 位址或主機名稱。
Port:5005 (或其它您在 Synology NAS 啟動 WebDAV 服務時指定的埠編號)。
Type:從下拉式選單選擇 WebDAV。
User:您的 DSM 使用者名稱。
Password:您的 DSM 密碼。
NAS
按一下儲存來儲存設定。
按一下 Connect。
現在您應該可以在 Windows 檔案總管看到 Synology NAS 上的共用資料夾。這些資料夾同時也會以連線網路磁碟機的方式出現在開始 > 電腦。 NAS
2.2 從 Mac 存取
針對 Mac 使用者,您可以直接使用 Finder 透過 WebDAV 連線至 Synology NAS。

若要使用 Mac 裝置透過 WebDAV 存取 Synology NAS 上的檔案:
在 Finder,從選單列中選擇前往 > 連接伺服器。 NAS
在伺服器地址欄位中,輸入 Synology NAS 裝置的 IP 位址或網域名稱,開頭為「http://」,結尾為「:5005」(或是您在啟動 WebDAV 服務時所指定的其他埠編號)。例如:http://pm.synology.com:5005/
按一下連接來進行下一步。 NAS
在名稱及密碼欄位中輸入您的 DSM 使用者名稱及密碼。然後按一下連線。 NAS
現在您應該可以在 Finder 看到 Synology NAS 上的共用資料夾。NAS您也可以在 Finder 側邊欄的共用下方找到 Synology NAS 及其共用資料夾。 NAS
2.3 從 Ubuntu存取
針對 Ubuntu 使用者,請依照以下說明透過 WebDAV 存取 Synology NAS 上的檔案。
請從選單列中選擇 位置 > 連接伺服器。 NAS
從下拉式選單中選擇 WebDAV (HTTP)。
輸入必要資訊,包含伺服器位址、埠、資料夾以及使用者帳號。按一下連線來進行下一步。 NAS
輸入您的密碼並按一下 連線。 NAS
現在您應該可以在檔案瀏覽器看到 Synology NAS 上的共用資料夾。 NAS

3.透過 HTTPS 使用 WebDAV 前的注意事項
若要透過 HTTPS 使用 WebDAV 存取您的 Synology NAS,您必須先從 Synology NAS 匯出有效的 SSL 憑證。而後您必須將該憑證匯入至用戶端裝置。請依照下列指示來操作:
以屬於 administrators 群組的帳號登入 DSM。
請前往控制台 > WebDAV。勾選啟動 WebDAV HTTPS 安全連線核取方塊。
前往控制台 > 安全性 > 憑證來建立並匯出憑證。 NAS
在您的用戶端裝置上,匯入您剛剛匯出的憑證。如需更詳細的指示,請參閱用戶端裝置的說明及教學文章。
以上文章取至https://www.synology.com/zh-tw/k ... ogy_NAS_with_WebDAV
 樓主| 發表於 2016-2-3 09:23:25 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:36 編輯

WebDAV介紹 / WebDAV Introduction

WebDAV (Web-Based Distributed Authoring and Versioning)是一種基於HTTP/HTTPS通訊協定上實作的檔案資料交換方式,而比起FTP更容易整合到作業系統中,讓使用者可以使用自己的檔案管理工具來管理WebDAV的網路磁碟機。
WebDAV最早是在 1996 年時由 Jim Whitehead 開始計畫,再由 Tim Berners-Lee 開發出原型的版本,並完成了RFC 2518規範。在 2007 年 3 月份時再由 IETF 接手,目前定義在 RFC 4918 規範中。各個平台與作業系統基於此規範實作相對應的WebDAV版本。
explorer_webdav
ownCloud也實作了WebDAV的連線方式,可供Linux、Mac、Windows等不同作業系統的使用者以自己的WebDAV管理工具來掛載連線,非常方便。舉例來說,Windows 7可以新增WebDAV類型的網路磁碟機,就可以把ownCloud當成檔案總管中的一顆硬碟來使用。詳細請看ownCloud的操作介紹:Accessing your Files (WebDAV)。
話說回來,介紹WebDAV的中文網頁意外地很少,連維基百科都空空如也。上述介紹主要參考自WebDAV: 簡單部署與管理檔案的核心介面一文。
<^>在Windows 7掛載ownCloud網路磁碟機 (WebDAV) / Map Network Drive (WebDAV) with ownCloud in Windows 7

儘管網路磁碟機不難操作,但是由於Windows 7安全性要求較高,在Windows 7中不能直接新增以HTTP連線的網路磁碟機。以下就以Windows 7為例,介紹如何新增ownCloud的WebDAV網路磁碟機。
<^>連接WebDAV的方式 / How to connect WebDAV

根據QNAP NAS產品介紹中對於WebDAV的介紹,Windows 7要使用WebDAV有三種方式:
使用NetDrive等第三方軟體
降低Windows 7安全層級
使用完整信任的SSL連線
網路上大多推薦走2的方案,因為2的話可以用Windows 7內建的新增網路磁碟機來連接ownCloud。1的方案所推薦的NetDrive有30天限制,30天之後只能連接一個網路磁碟機;3則是要額外付錢購買SSL憑證,對一般在家架設ownCloud使用者來說比較困難。
因此在此我們是用2的方案,降低Windows 7安全層級來連接WebDAV。
<^>Step.1 降低Windows 7安全層級 / Revise Windows 7’s BasicAuthLevel Configuration

根據Microsoft文件 KB841215: http://support.microsoft.com/kb/841215,降低安全層級的方式要修改登錄檔案。
2014-07-29_061413
為了簡化大家操作,我把這個設定做成了reg登錄檔。請直接下載,再以系統管理者身份執行即可。
下載reg登錄檔案:BasicAuthLevel-for-WebDAV.reg
2014-07-29_061531
執行的時候會遇到許多警告訊息,請按「是」繼續執行吧。
image
執行完成之後會顯示「已經成功加入登錄中。」此時再重新啟動Windows 7即可。
<^>Step.2 確認ownCloud連線設定 / Check Your ownCloud Host

接著是確認ownCloud連線資訊。以下是示範舉例的ownCloud伺服器:
伺服器網址:example.owncloud.edu.tw
連接埠:80
連線方式:HTTP
使用者:user
密碼:pw
因此網路磁碟機連線設定為:http://example.owncloud.edu.tw:80/remote.php/webdav
<^>Step.3 新增網路磁碟機 / Map Network Drive

2014-07-29_062033
以下是開啟新增網路磁碟機的方法:
開始
電腦,按右鍵
連接網路磁碟機
2014-07-28_232342 - 複製
然後在「資料夾」的位置輸入上述的連線設定:「http://example.owncloud.edu.tw:80/remote.php/webdav」,再按下「完成」按鈕。
2014-07-28_232403 - 複製
然後再輸入連線帳號與密碼,例如「user」與「pw」,按下「確定」完成。
新增網路磁碟機的過程要花一段時間,請耐心等候。
<^>完成 / Complete

2014-07-28_232257 - 複製
新增完成之後,檔案總管就可以看到新增的磁碟機z,裡面就是ownCloud的檔案了。
<^>結語 / Conclusion

透過這種方式就能夠輕鬆把ownCloud跟Windows 7的檔案總管整合在一起了。儘管WebDAV操作上必須要時常連接網路,反應比起本機檔案來得緩慢許多。但是能用熟悉的檔案管理工具來整理雲端硬碟,還是令人感到相當親切。
以上文章取至http://nonameteam.cc/thread-2877-1-1.html
 樓主| 發表於 2016-2-3 09:26:47 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:36 編輯

管理 WebDAV 的安全性

本節描述建議的最佳練習,以設定安全的遠端發行。您會學到如何將不同方面的安全性協調為整合的整體,來保護您的伺服器及內容。這些安全性方面包括:

驗證用戶端
控制存取
拒絕服務
驗證用戶端

IIS 提供下列驗證層級:

匿名驗證
基本驗證
整合的 Windows 驗證
摘要式驗證
進階摘要式驗證
設定 WebDAV 目錄的最佳方式依您所執行的發行種類而不同。透過 IIS 建立虛擬目錄時,[匿名] 及 [整合 的 Windows] 驗證都會開啟。雖然對於連線到伺服器、讀取網頁內容並執行指令碼的用戶端,此預設設定的工作很好,但是對於向目錄中發行並在該目錄中操縱檔案的用戶端,它的工作情況不好。

[匿名存取] 授予任何人對於該目錄的存取權限,因此,對於 WebDAV 目錄,您應該關閉該方式。如果不控制存取者,則您的目錄會被未知的用戶端破壞。如需進一步資訊,請參閱匿名驗證。

[基本驗證] 以純文字形式透過連線傳送密碼。因為純文字容易截取及讀取,所以您應該僅在透過 Secure Sockets Layer (SSL) 加密密碼時開啟 [基本驗證]。相關資訊,請參閱基本驗證及在伺服器上設定 SSL。

[摘要式驗證] 是在透過 Internet 及透過防火牆存取的伺服器上發行資訊的良好選擇,因為密碼是透過網路以 MD5 雜湊方式傳送的。不過,在 Active Directory 中,密碼以純文字格式儲存。相關資訊,請參閱摘要式驗證。

[進階摘要式驗證] 是對摘要驗證的改進,因為它除了透過網路以 MD5 雜湊方式傳送密碼,密碼還以 MD5 雜湊方式而不是純文字方式儲存在 Active Directory 中。這使 [進階摘要] 成為在可以透過 Internet 及透過防火牆存取的伺服器上發行資訊的最佳選擇。相關資訊,請參閱進階摘要式驗證。

[整合的 Windows 驗證] 是在 Intranet 上設定 WebDAV 目錄時工作最佳。相關資訊,請參閱整合的 Windows 驗證。

控制存取

本節描述籍由協調 IIS 及 Windows XP 權限,如何控制存取 WebDAV 目錄,及如何保護您的指令檔。

設定 Web 權限

本節基於發行材料的目的建議多種不同的方式設定 Web 權限。

啟動的 [讀取]、[寫入]、[瀏覽目錄]   啟動這些權限讓用戶端能看到資源清單、修改它們 (除了沒有 [寫入] 權限的資源)、發行自己的資源及操縱檔案。
啟動 [寫入];停用 [讀取] 及 [瀏覽目錄]   如果您要用戶端在目錄上發行私有資訊,但是不讓其他人看到這些資訊,請設定 [寫入] 權限不設定 [讀取] 或 [瀏覽目錄] 權限。如果用戶端提交選票或效能檢查,則此設定會工作良好。
啟動 [讀取] 及 [寫入];停用 [瀏覽目錄]   如果您要依靠遮掩檔案名稱作為安全性方法,請設定此設定。不過,請注意,遮掩安全性是低層級的預防,破壞者可以籍由試驗及錯誤而猜測檔案名稱。
啟動為此資源 [製作索引]   如果要用戶端搜尋目錄資源,請確定已啟用 [索引服務]。
Web 權限的相關資訊,請參閱設定 Web 伺服器權限。

用 DACL 控制存取

在 NTFS 檔案系統磁碟機上設定 WebDAV 發行目錄時,Windows 2000 Server 預設會給 everyone [完全控制] 權限 (Wwwroot 目錄除外)。變更此層級的權限,使 Everyone 群組「只」有 [讀取] 的權限。然後將 [寫入] 權限給予個人或群組。

NTFS 權限的相關資訊,請參閱 NTFS 權限。

保護指令碼代碼

如果您在發行目錄中有不想顯示給用戶端的指令檔,您可以籍由驗證未授予 [指令碼來源存取] 來拒絕他們存取這些檔案。指令檔包括副檔名出現在 [應用程式對應] 清單中的檔案。所以其他可執行檔作為靜態 HTML 檔案處理,包括副檔名為 .exe 的檔案,除非啟動該目錄的 [指令碼及執行檔]。

若要防止下載 .exe 檔案,並將它視為 HTML 檔案,但是要讓它們可在虛擬目錄上執行,請將 [執行權限] 變更為 [指令檔及執行檔]。此層級的權限可執行檔從屬於 [指令碼來源存取] 設定。選取了 [指令碼來源存取],有 [讀取] 權限的用戶端可以看到全部可執行檔,有 [寫入] 權限的用戶端可以編輯並執行它們。

有下列權限,用戶端可以寫入不出現在 [應用程式對應] 中的可執行檔:

授予 [寫入] 權限。
[執行權限] 設定為 [僅指令碼]。
有下列權限,用戶端亦可以寫入可執行檔:

授予 [指令碼來源存取]。
[執行權限] 設定為 [指令碼及執行檔]。
拒絕服務

將特別大的檔案拖放到 WebDAV 目錄可能會消耗大量的磁碟空間。若要限制此數量,您可以設定磁碟使用量的配額。若要得到磁碟配額的更多資訊,請參閱 Windows 2000 Server 文件中的《磁碟配額概觀》。

安全性的相關資訊,請參閱 IIS 安全性檢查清單。
以上文章取至http://jlbat.myweb.hinet.net/ftproot/lls/iis/htm/core/wcsecur.htm
 樓主| 發表於 2016-2-3 09:37:23 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:37 編輯

使用Windows也能輕鬆架設個人雲端硬碟? iis + webdav (一般個人電腦 手機 平板 皆能同時存取)
有親友在問購買雲端硬碟空間的問題,對方想要把相機照片上傳到雲端空間做備份

由於照片通常檔案都很大,坦白說不是很建議用雲端硬碟來管理

因為傳上去很花時間,下載也很花時間

這是我想到一個蠻簡單的方式可以自己架設及管理雲端硬碟 ( iis + webdav )

有興趣的人不妨試看看吧!
(原則上Windows 7 及 Windows 8 設定大同小異)

設定教學就看YouTube影片檔吧 (很簡單,不用5分鐘就能開通使用)




安裝好後,如果需要改PORT以及設定開通防火牆,可參考這個影片



PS.如果有需求從外面連入使用的話,還需設定IP分享器的PORT關聯到主機

設定Android App的參考:
Android app & Apple app都有提供webdav的功能的程式,在這邊簡單用 ES檔案瀏覽器 做設定參考



點擊 網路 => FTP 進入此畫面





建立一個webdav





將webdav那台Windows的資訊鍵入





成功加入的畫面





成功列出webdav資料夾檔案





將手機截圖畫面傳到webdav資料夾





傳送中,等一下就可以在Windows主機上傳到Blog




Windows主機看到的畫面


後記:
主機的部份,可以找一台省電丟在一旁效能不好的小筆電再外接隨身硬碟使用即可

剛開始還在想要用Apache + Webdav,Webdav是微軟 iis內建的程式,使用的穩定度及相容性會比較好 (不用擔心亂碼問題)

Webdav可以想像成網芳一樣,而且是加強版的網芳,若將PORT設定聯結IP分享器,且IP位址固定,人在外面也能使用,PC版的WORD文件也可以即時編輯存取,不用下載後再上傳
以上文章取至http://liaozi.blogspot.tw/2013/09/windows-iis-webdav.html
 樓主| 發表於 2016-2-3 09:55:46 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:37 編輯

Installing and Configuring WebDAV on IIS 7 and Later
By Robert McMurrayMarch 28, 2014
Introduction

For Internet Information Services (IIS) 7.0 on Windows Server® 2008, Microsoft released a separate, downloadable WebDAV extension module that was completely rewritten. This new WebDAV extension module incorporated many new features that enable Web authors to publish content better than before, and offered Web administrators more security and configuration options. With the release of IIS 7.5, support for a newer WebDAV module was built-in for Microsoft IIS, and Microsoft released an updated version of the downloadable module that had been released for IIS 7.0. This newer version of the WebDAV module provides shared and exclusive locks support to prevent lost updates due to overwrites.

This document walks you through adding WebDAV publishing to an existing Web site by using the new WebDAV user interface and by directly editing the IIS configuration files.

Note: This walkthrough contains a series of steps in which you log on to your Web site using the local loopback address and the local administrator account. When using an administrator account, these steps should only be followed on the server itself using the loopback address or over SSL from a remote server. If you prefer to use a separate user account instead of the administrator account, you must create the appropriate folders and set the correct permissions for that user account when necessary.

IN THIS WALKTHROUGH

Prerequisites for Installing and Configuring WebDAV on IIS
Installing WebDAV on IIS 7.0
Installing WebDAV on IIS 7.5
Installing WebDAV on IIS 8.0 and IIS 8.5
Enabling WebDAV Publishing by using IIS Manager
Enabling WebDAV Publishing by editing the IIS configuration files
Note: This topic discusses using the WebDAV Redirector to connect to your web site. Please see the Using the WebDAV Redirector topic for more information; specifically the "Troubleshooting the WebDAV Redirector" section if you have trouble using the WebDAV redirector.

Prerequisites for Installing and Configuring WebDAV on IIS

The following items are required to complete the procedures in this article:

IIS 7.0 or later must be installed on your server, and the following must be configured:
The Default Web Site that is created by the IIS 7.0 installation must still exist.
The Internet Information Services Manager must be installed.
At least one authentication method must be installed.
Note: If you choose to use Basic Authentication with the WebDAV redirector, you must connect to your server using HTTPS.

The WebDAV Redirector must be installed for Windows Server 2008, Windows Server 2008 R2, or Windows Server 2012. (The WebDAV Redirector is already installed on Windows Vista, Windows 7, and Windows 8.) To install the WebDAV Redirector, use Server Manager to install the Desktop Experience feature.
Installing WebDAV on IIS 7.0

DOWNLOADING THE RIGHT VERSION FOR YOUR SERVER

There are two separate downloadable packages for the new WebDAV extension module; you need to download the appropriate package for your version of Windows Server 2008:

32-bit Installation Package:
WebDAV 7.5 for IIS 7.0 (x86)
64-bit Installation Package:
WebDAV 7.5 for IIS 7.0 (x64)
LAUNCHING THE INSTALLATION PACKAGE

You must run the installation package as an administrator. This can be accomplished by one of the following methods:

Logging in to your server using the actual account named "Administrator", then browsing to the download pages listed above or double-clicking the download package if you have saved it to your server.
Logging on using an account with administrator privileges and opening a command-prompt by right-clicking the Command Prompt menu item that is located in the Accessories menu for Windows programs and selecting Run as administrator, then typing the appropriate command listed below for your version of Windows to run the installation:
32-bit Windows Versions:
msiexec /i webdav_x86_75.msi
64-bit Windows Versions:
msiexec /i webdav_x64_75.msi
WALKING THROUGH THE INSTALLATION PROCESS

When the installation package opens, you see the following screen. If you agree to the license terms, check the "I accept" box, then click Install.

The progress indicator will reflect the status of the installation as it proceeds.

After the installation has completed, click Finish.

The WebDAV extension module is now installed.
Installing WebDAV on IIS 7.5

IIS 7.5 FOR WINDOWS SERVER 2008 R2

On the taskbar, click Start, point to Administrative Tools, and then click Server Manager.
In the Server Manager hierarchy pane, expand Roles, and then click Web Server (IIS).
In the Web Server (IIS) pane, scroll to the Role Services section, and then click Add Role Services.
On the Select Role Services page of the Add Role Services Wizard, expand Common HTTP Features, select WebDAV Publishing, and then click Next.


On the Confirm Installation Selections page, click Install.
On the Results page, click Close.
IIS 7.5 FOR WINDOWS 7

On the taskbar, click Start, and then click Control Panel.
In Control Panel, click Programs and Features, and then click Turn Windows Features on or off.
Expand Internet Information Services, then World Wide Web Services, then Common HTTP Features.
Select WebDAV Publishing, and then click OK.


Installing WebDAV on IIS 8.0 and IIS 8.5

IIS 8.0 ON WINDOWS SERVER 2012 AND IIS 8.5 ON WINDOWS SERVER 2012 R2

Click the Server Manager icon on the desktop.
In the Server Manager window, click the Manage menu, and then click Add Roles and Features.
On the Before You Begin page, click Next.
Select the Installation Type and then click Next.
Select the Destination Server, and then click Next.
On the Select Role Services page, expand Web Server (IIS), expand Web Server, expand Common HTTP Features, and then select WebDAV Publishing. Click Next.


On the Select Features page, click Next.
Confirm the installation selection, and then click Install.
On the Results page, verify that the installation succeeds, and then click Close.
On the Confirm Installation Selections page, click Install.
On the Results page, click Close.
IIS 8.0 FOR WINDOWS 8 AND IIS 8.5 FOR WINDOWS 8.1

On the taskbar, hold down the Windows key, and then press the X key. Click Control Panel.
In the Control Panel, click Programs and Features, and then click Turn Windows Features on or off.
Expand Internet Information Services, then World Wide Web Services, then Common HTTP Features.
Select WebDAV Publishing, and then click OK.


Enabling WebDAV Publishing by Using IIS Manager

The WebDAV extension module makes it easy to add WebDAV publishing to existing sites by providing you with a wizard that walks you through all of the required steps.

Note: The following procedure is performed using IIS 8.5 on Windows Server 2012 R2

STEP 1: ENABLING WEBDAV AND ADDING AN AUTHORING RULE

In this first step, we add WebDAV publishing to the Default Web site, and add the required settings to allow the local administrator account to edit the content.

In IIS Manager, in the Connections pane, expand the Sites node in the tree, then click the Default Web Site.
As shown in the image below, double-click the WebDAV Authoring Rules feature.

When the WebDAV Authoring Rules page is displayed, click the Enable WebDAV task in the Actions page.

Once WebDAV has been enabled, click the Add Authoring Rule task in the Actions pane.

When the Add Authoring Rule dialog appears:
Click All content to specify that the rule applies to all content types.
Choose Specified users and type "administrator" for the user name.
Select Read, Source, and Write for the permissions.
When you have completed these items, click OK.

Summary for enabling WebDAV authoring and adding an authoring rule

Task completed. You have enabled WebDAV authoring on an existing Web site.

To recap the items that you completed in this step, we added WebDAV publishing to the Default Web Site by:

Enabling WebDAV for the Web site.
Adding an Authoring Rule for the local administrator account for Read, Source, and Write access.
Note: As mentioned earlier, your default request filtering settings may block several file types from WebDAV authoring. If you do not modify your request filtering settings, you may see various errors when you try to publish files that are blocked. For example, if you attempt to upload or download a web.config file you will see errors in your WebDAV client. For more information about configuring your request filtering settings, see the How to Configure WebDAV with Request Filtering walkthrough.

STEP 2: LOGGING IN TO YOUR WEBDAV SITE

In Step 1 above, you enabled WebDAV publishing for your Default Web Site and added an authoring rule for the local administrator account for Read, Source, and Write access to your Web site's content. In this step, you log in using your administrator account.

Ensuring that you have authorization and authentication configured

In IIS Manager, in the Connections pane, expand the Sites node in the tree, then click the Default Web Site.
Double-click the Authentication feature.

When the Authentication feature opens, make sure that Windows Authentication is enabled. If it is not enabled, select Windows Authentication, and click Enable in the Action menu.(Note: You can use Basic Authentication with WebDAV, but the WebDAV redirector will only use Basic authentication with SSL connections.)

In IIS Manager, click the Default Web Site under the Sites node in the tree.
Double-click the Authorization Rules feature.

When the Authorization feature opens, make sure that an Allow rule is defined that includes the administrator account. (For example, the default rule for IIS allowing access to All Users will include the administrator account.)

Logging in to your WebDAV site using your administrator account

Logging into your WebDAV site requires the WebDAV Redirector. The WebDAV Redirector is used to publish content to an existing Web site that has the WebDAV nodule installed. You must use Server Manager to install the Desktop Experience feature before you can use the WebDAV redirector. For more information, see Using the WebDAV Redirector.

On your WebDAV server, open a command prompt session.
Type the following command to connect to your WebDAV server:

net use * http://localhost/
You now have a drive mapped to your WebDAV-enabled web site using the local administrator account, and based on the authorization rule that we added in Step 1, you have Read, Write, and Source access to the content folder.


Summary for logging into your WebDAV site

To recap the items that you completed in this step:

You verified that your Web site had sufficient authentication and authorization settings.
You logged in to your WebDAV site as the local administrator.
Enabling WebDAV Publishing by Editing the IIS Configuration Files

You can also add WebDAV publishing to an existing Web site by editing the IIS configuration files.

Note: Editing your applicationHost.config file requires full administrative permissions. This is best accomplished using one of two methods:

Log in to your computer using the local "administrator" account.
If you are logged in using an account with administrative permissions that is not the local "administrator" account, open Notepad using the "Run as Administrator" option.
Note: The above steps are required because the User Account Control (UAC) security component in Windows Server 2008 and later will prevent access to your applicationHost.config file. For more information about UAC, please see the following documentation:

http://go.microsoft.com/fwlink/?LinkId=113664
The following steps will walk you through all of the required settings to add WebDAV publishing for the Default Web Site.

Using a text editor such as Windows Notepad, open your applicationHost.config file, which is located in your %SystemRoot%\System32\inetsrv\config folder by default.
Scroll to the bottom of your applicationHost.config file and locate the <location> section for your Default Web Site that contains your authentication settings. If this section does not exist, you must add it. This should resemble the following example:

<location path="Default Web Site">
   <system.webServer>
      <security>
         <authentication>
            <anonymousAuthentication enabled="true" />
            <basicAuthentication enabled="false" />
            <digestAuthentication enabled="false" />
            <windowsAuthentication enabled="true" />
         </authentication>
      </security>
   </system.webServer>
</location>
Make sure that you have Windows authentication method enabled.
Add a <webdav> section beneath the closing </authentication> tag that will contain your WebDAV settings.
Add an <authoring enabled="true" /> element to the <webdav> element
Add an <authoringRules> collection with a single entry for <add users="administrator" path="*" access="Read, Write, Source" />.
Your Default Web Site's settings should now resemble the following example:

<location path="Default Web Site">
   <system.webServer>
      <security>
         <authentication>
            <windowsAuthentication enabled="true" />
            <anonymousAuthentication enabled="false" />
            <digestAuthentication enabled="false" />
            <basicAuthentication enabled="false" />
         </authentication>
      </security>
      <webdav>
         <authoring enabled="true" />
         <authoringRules>
            <add users="administrator" path="*"
               access="Read, Write, Source" />
         </authoringRules>
      </webdav>
   </system.webServer>
</location>
Save your applicationHost.config file.
You should now be able to log in to your WebDAV-enabled site using a WebDAV client using the administrator account, but no other users should be able to access the content using WebDAV.

Summary for adding WebDAV publishing by editing the IIS configuration file

In this task, you added WebDAV publishing to your Default Web Site by editing the IIS configuration files. To recap the items that you completed in this task:

You enabled Windows Authentication for the Default Web Site.
You enabled WebDAV for the Default Web Site.
You added a WebDAV authoring rule for the administrator account with Read, Write, and Source access to the Default Web Site.
以上文章取至http://www.iis.net/learn/install ... uring-webdav-on-iis
 樓主| 發表於 2016-2-3 10:52:29 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:37 編輯

IIS 7.5 中的可用網頁伺服器 (IIS) 角色服務

適用於: Windows Server 2008 R2
Internet Information Services (IIS) 7.5 是 Windows Server® 2008 R2 中的 網頁伺服器 (IIS) 角色,以及 Windows® 7 中的網頁伺服器。 IIS 7 中的網頁伺服器經過重新設計,可讓您新增或移除模組來自訂伺服器,以符合您的特定需求。 模組是伺服器用來處理要求的個別功能。 例如,IIS 會使用驗證模組對用戶端認證進行驗證,以及使用快取模組管理快取活動。
Windows Server 2008 R2 擁有在生產環境中支援網頁內容裝載所需的一切 IIS 功能。Windows 7 也具備 IIS 功能,不過可用的功能需視 Windows 7 版本而定。 Windows 7 中的 IIS 適合用來建置和測試 Web 應用程式。
可用的 IIS 7.5 角色服務
本節中的表格顯示角色服務和 IIS 功能在 Windows 7 和 Windows Server 2008 R2 各版本中的可用性。
這些功能的可用性將描述如下:
預設:當您在電腦上安裝 IIS 時,預設會選取此功能,但如果不需要,可以決定不要安裝此功能。

可使用:當您在電腦上安裝 IIS 時,此功能可用,但預設不會選取。 如果有需要,可以安裝此功能。

無法使用:當您安裝 IIS 時,無法使用和安裝此功能。

note附註
當您安裝 Windows Server 2008 R2 時,可以執行 Server Core 安裝,這會進行 Windows Server 2008 R2 最基本的伺服器安裝。 例如,這種安裝不會安裝傳統 Windows 介面,因此您必須從命令提示字元設定伺服器。
依據類別的可用角色服務
請參閱下列表格,進一步了解各版本的功能可用性:
一般 HTTP 功能

應用程式開發功能

狀況及診斷功能

安全性功能

效能功能

管理工具

檔案傳輸通訊協定 (FTP) 伺服器功能

一般 HTTP 功能
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
靜態內容
「靜態內容」可讓網頁伺服器發行靜態網頁檔案格式,例如 HTML 網頁和影像檔。 使用「靜態內容」將檔案發行到網頁伺服器上,使用者便可以使用網頁瀏覽器進行檢視。
預設
預設
預設
無法使用
預設文件
「預設文件」可讓您設定網頁伺服器的預設檔案,當使用者沒有在 URL 中指定檔案時,就會傳回此檔案。 預設文件可讓使用者更容易且方便地連至您的網站。
預設
預設
預設
無法使用
瀏覽目錄
「瀏覽目錄」可讓使用者查看網頁伺服器上的目錄內容。 當使用者沒有在 URL 中指定檔案,且預設文件停用或未設定時,使用「瀏覽目錄」會自動產生目錄中所有可用目錄和檔案的清單。
預設
預設
預設
無法使用
HTTP 錯誤
「HTTP 錯誤」可讓您自訂錯誤訊息,當網頁伺服器偵測到錯誤狀況時,就會將錯誤訊息傳回到使用者的瀏覽器。 使用 HTTP 錯誤可讓使用者在看見錯誤訊息時,能較清楚發生了什麼事。 請考慮將技術人員的電子郵件地址提供給使用者,以協助他們解決錯誤。
預設
預設
預設
預設
HTTP 重新導向
「HTTP 重新導向」可支援將使用者要求重新導向到特定的目的地。 您可以使用 HTTP 重新導向,讓可能使用某個 URL 的客戶最後到達另一個 URL。 這在許多情況下都很有用,例如網站要改名、網域名稱不好拼寫,或是強制用戶端使用 HTTPS 通訊協定。
預設
預設
預設
預設
WebDAV 發行
WebDAV 發行 (網頁分工編寫及版本管理) 可讓您使用 HTTP 通訊協定,從網頁伺服器發行檔案及發行檔案至網頁伺服器。 由於 WebDAV 會使用 HTTP,所以它可通過大多數的防火牆而不修改。
預設
預設
無法使用
無法使用
應用程式開發功能
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
ASP.NET
ASP.NET 提供伺服器端物件導向程式設計環境,可建置使用 Managed 程式碼的網站和 Web 應用程式。 ASP.NET 不只是 ASP 的新版本。 ASP.NET 為建置 Web 應用程式提供了穩固的基礎結構,它經過全面重新設計,使用 .NET Framework 做為基礎,提供高生產力的程式開發經驗。
可使用
可使用
可使用
無法使用
.NET 擴充性
「.NET 擴充性」可讓 Managed 程式碼開發人員變更、新增和擴充要求管線、設定和 UI 中的網頁伺服器功能。 開發人員可使用熟悉的 ASP.NET 擴充性模型和多樣化的 .NET API 建置網頁伺服器功能,這些功能就如同使用原生 C++ API 撰寫般強大。
預設
預設
預設
預設
ASP
Active Server Pages (ASP) 提供伺服器端指令碼環境,可建置網站和 Web 應用程式。 ASP 將 VBScript 和 JScript 原生支援提供給 IIS,能提供比 CGI 指令碼更佳的效能。 如果您目前的應用程式需要 ASP 支援,請使用 ASP。 若為了新開發,請考慮使用 ASP.NET。
可使用
可使用
可使用
無法使用
CGI
通用閘道介面 (CGI) 會定義網頁伺服器如何將資訊傳遞至外部程式。 一般會使用網頁表單收集資訊,然後將該資訊傳遞至 CGI 指令碼,以利用電子郵件傳送到其他地方。 由於 CGI 是程式設計標準,因此 CGI 指令碼可使用多種程式設計語言撰寫。 使用 CGI 的缺點是會耗用效能。
可使用
可使用
可使用
無法使用
ISAPI 擴充程式
網際網路伺服器應用程式發展介面 (ISAPI) 擴充程式支援使用 ISAPI 擴充程式進行動態網頁內容開發。 ISAPI 擴充程式會應要求執行,就如同任何其他靜態 HTML 檔案或動態 ASP 檔案。 由於 ISAPI 應用程式是編譯過的程式碼,因此處理起來要比 ASP 檔案或呼叫 COM+ 元件的檔案快上許多。
可使用
可使用
可使用
無法使用
ISAPI 篩選器
網際網路伺服器應用程式發展介面 (ISAPI) 篩選器支援使用 ISAPI 篩選器的 Web 應用程式。 ISAPI 篩選器是一種檔案,可擴充或變更 IIS 所提供的功能。 ISAPI 篩選器會檢查對網頁伺服器提出的每個要求,直到找到需要處理的要求為止。
可使用
可使用
可使用
無法使用
伺服器端引入
「伺服器端引入」(SSI) 是一種指令碼語言,可用來動態產生 HTML 網頁。 指令碼會先在伺服器上執行,然後再將網頁傳送到用戶端,而且通常會需要將檔案插入到另一個檔案。 例如,您可以建立 HTML 瀏覽選單,然後使用 SSI 將它動態新增到網站上的所有網頁。
可使用
可使用
可使用
無法使用
狀況及診斷功能
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
HTTP 記錄
「HTTP 記錄」可為此伺服器提供網站活動記錄。 當發生可記錄的事件 (通常是 HTTP 交易) 時,IIS 會呼叫選取的記錄模組,此模組接著就會將事件寫入到儲存在網頁伺服器檔案系統中的其中一個記錄。 這些記錄會連同作業系統提供的記錄一起保留。
預設
預設
預設
預設
記錄工具
「記錄工具」提供基礎結構來管理網頁伺服器記錄和自動化一般記錄工作。
預設
預設
預設
預設
要求監視器
「要求監視器」可擷取 IIS 工作者處理序中有關 HTTP 要求的資訊,提供基礎結構來監視 Web 應用程式的狀況。 系統管理員和開發人員可使用「要求監視器」,了解哪些是工作者處理序無反應或變得很慢時,正在工作者處理序中執行的 HTTP 要求。
預設
預設
預設
預設
追蹤
「追蹤」提供基礎結構來診斷和排解 Web 應用程式的問題。 藉由使用失敗要求的追蹤,您可以針對難以擷取的事件進行疑難排解,例如效能不佳或驗證失敗等問題。 此功能會將要求的追蹤事件存放在緩衝區,只有在要求是使用者所設定的錯誤狀況時,才會將這些事件排清到磁碟上。
預設
預設
預設
預設
自訂記錄
「自訂記錄」支援記錄網頁伺服器活動,但其格式與 IIS 產生的記錄檔有很大的不同。 您可以使用「自訂記錄」建立專屬的記錄模組。 自訂記錄模組可藉由登錄實作 ILogPlugin 或 ILogPluginEx 的新 COM 元件,新增到 IIS。
可使用
可使用
可使用
無法使用
ODBC 記錄
「ODBC 記錄」提供基礎結構,支援將網頁伺服器活動記錄到 ODBC 相容資料庫。 藉由使用記錄資料庫,您就可以利用程式設計方式,在 HTML 網頁上顯示和操作記錄資料庫中的資料。 您可以藉此方式搜尋記錄,檢查是否有要監視的特定事件。
可使用
可使用
無法使用
無法使用
安全性功能
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
基本驗證
「基本驗證」提供高度瀏覽器相容性。 此驗證方法適合小型內部網路,很少使用在公開的網際網路上。 這種方法的主要缺點是,它透過網路傳送的密碼使用容易解密的演算法。 一旦遭攔截,這些密碼就很容易遭到破解。 請以 SSL 搭配基本驗證使用。
可使用
可使用
可使用
無法使用
Windows 驗證
Windows 驗證是適合內部網站使用的低成本驗證解決方案。 此驗證機制可讓 Windows 網域中的系統管理員利用網域基礎結構驗證使用者。 如果必須驗證的使用者是從防火牆後方和 Proxy 伺服器存取您的網站,則請不要使用 Windows 驗證。
可使用
可使用
無法使用
無法使用
摘要式驗證
「摘要式驗證」會傳送密碼雜湊至 Windows 網域控制站,以驗證使用者。 當您需要加強「基本驗證」的安全性,請考慮使用「摘要式驗證」,特別是如果必須驗證的使用者是從防火牆後方和 Proxy 伺服器存取您的網站。
可使用
可使用
無法使用
無法使用
用戶端憑證對應驗證
「用戶端憑證對應驗證」使用用戶端憑證驗證使用者。 用戶端憑證是由受信任的來源發出的數位識別碼。 IIS 提供兩種使用用戶端憑證對應的驗證方法。 這種類型使用 Active Directory,可跨多部網頁伺服器提供一對一憑證對應。
可使用
可使用
無法使用
無法使用
IIS 用戶端憑證對應驗證
「IIS 用戶端憑證對應驗證」使用用戶端憑證驗證使用者。 用戶端憑證是由受信任的來源發出的數位識別碼。 IIS 提供兩種使用用戶端憑證對應的驗證方法。 這種驗證方法使用 IIS 提供一對一或多對一憑證對應,效能比「用戶端憑證對應」驗證更佳。
可使用
可使用
無法使用
無法使用
URL 授權
「URL 授權」可讓您建立規則來限制網頁內容的存取。 您可以將這些規則繫結至使用者、群組或 HTTP 標頭指令動詞。 藉由設定 URL 授權規則,您可以防止不屬於特定群組成員的使用者存取內容或與網頁互動。
可使用
可使用
可使用
可使用
要求篩選
「要求篩選」會過濾對伺服器提出的所有傳入要求,並根據系統管理員設定的規則篩選這些要求。 許多惡意攻擊都有共通的特徵,例如 URL 很長或要求執行異常的動作。 藉由篩選要求,您可以試著降低這類型攻擊帶來的影響。
預設
預設
預設
預設
IP 及網域限制
「IP 及網域限制」可讓您根據要求的來源 IP 位址或網域名稱,允許或拒絕內容。 您無須使用群組、角色或 NTFS 檔案系統權限來控制內容的存取,而是指定 IP 位址或網域名稱來這麼做。
可使用
可使用
可使用
可使用
效能功能
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
靜態內容壓縮
「靜態內容壓縮」提供基礎結構來設定靜態內容的 HTTP 壓縮。 這可以更有效地利用頻寬。 與動態回應不同,您可以快取已壓縮的靜態回應,而不會耗用 CPU 資源。
預設
預設
預設
預設
動態內容壓縮
「動態內容壓縮」提供基礎結構來設定動態內容的 HTTP 壓縮。 啟用動態壓縮可讓您更有效地利用頻寬,但如果伺服器的處理器使用率已經很高,動態壓縮所帶來的 CPU 負荷可能會更進一步拖慢站台的效能。
可使用
可使用
可使用
可使用
管理工具
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
IIS 管理主控台
IIS 管理員提供了使用圖形化使用者介面來管理 IIS 7.5 的基礎結構。 您可以使用 IIS 管理員來管理執行 IIS 7.5 的本機或遠端網頁伺服器。
預設 *
預設
預設
無法使用
IIS 管理指令碼及工具
「IIS 管理指令碼及工具」提供了基礎架構,可在 [命令提示字元] 視窗中使用命令或執行指令碼,以程式設計方式管理 IIS 7.5 網頁伺服器。 當您要使用批次檔自動化命令,或不想因使用圖形使用者介面管理 IIS 造成系統負荷,就可以使用這些工具。
可使用
可使用
可使用
可使用
管理服務
管理服務提供了基礎結構,可設定 IIS 7.5 使用者介面 (即 IIS 管理員),以便在 IIS 7.5 中進行遠端管理。
可使用
可使用
可使用
無法使用
IIS 6.0 管理相容性
「IIS 6.0 管理相容性」可為使用「管理基礎物件」(ABO) 和「Active Directory 服務介面」(ADSI) API 的應用程式和指令碼提供向前相容性。 這可讓您使用現有的 IIS 6.0 指令碼管理 IIS 7.5 網頁伺服器。
可使用
可使用
可使用
可使用
IIS Metabase 相容性
「IIS 6.0 Metabase 相容性」提供查詢和設定 Metabase 的基礎結構,可讓您執行使用「管理基礎物件」(ABO) 和「Active Directory 服務介面」(ADSI) API 的舊版 IIS 所撰寫的應用程式和指令碼。
可使用
可使用
可使用
可使用
IIS 6 WMI 相容性
「IIS 6.0 WMI 相容性」提供了 Windows Management Instrumentation (WMI) 指令碼介面,可使用您在 WMI 提供者中建立的一組指令碼,以程式設計方式管理及自動化 IIS 7.5 的工作。 您可以使用 WMI CIM Studio、WMI 事件登錄、WMI 事件檢視器和 WMI 物件瀏覽器等工具,利用此服務管理站台。
可使用
可使用
可使用
無法使用
IIS 6 指令碼工具
「IIS 6.0 指令碼工具」可讓您繼續使用 IIS 6.0 指令碼工具,以便在 IIS 7.5 中管理 IIS 6.0。 如果您的應用程式和指令碼使用「ActiveX 資料物件」(ADO) 或「Active Directory 服務介面」(ADSI) API,這會特別有用。 「IIS 6.0 指令碼工具」需要使用 WAS 設定 API。
可使用
可使用
可使用
無法使用
IIS 6 管理主控台
「IIS 6.0 管理員」提供基礎結構,可從這部電腦管理遠端 IIS 6.0 伺服器。
可使用 *
可使用
可使用
無法使用
*Server Core 安裝無法使用此模組。
檔案傳輸通訊協定 (FTP) 伺服器功能
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
FTP 伺服器
FTP 伺服器可使用 FTP 通訊協定來啟用用戶端與伺服器之間的檔案傳輸。 使用者可以使用 FTP 用戶端或具有 FTP 功能的網頁瀏覽器,建立 FTP 連線並傳輸檔案。
可使用
可使用
無法使用
無法使用
FTP 服務
在網頁伺服器上啟用 FTP 發行。
可使用
可使用
無法使用
無法使用
FTP 擴充性
啟用 FTP 擴充性功能的支援,例如自訂提供者、ASP.NET 使用者或 IIS 管理員使用者。
可使用
可使用
無法使用
無法使用
Internet Information Services 可裝載的 Web 核心
功能名稱/描述        Windows Server 2008 R2 版本        Windows 7 Ultimate、Professional 及 Enterprise Edition        Windows 7 Home Premium Edition        Windows 7 Home Basic 及 Starter Edition
Internet Information Services 可裝載的 Web 核心
其他應用程式可以使用或裝載核心 IIS Web 引擎元件。 這樣一來,IIS 7 元件就可以從應用程式內直接服務 HTTP 要求。 此功能可用於為自訂應用程式或偵錯應用程式啟用基本網頁伺服器功能。
可使用
可使用
可使用
可使用
請參閱
Server Core 安裝選項 (線上)
以上文章取至https://technet.microsoft.com/zh-tw/library/cc753473.aspx
 樓主| 發表於 2016-2-3 14:19:07 | 顯示全部樓層
本帖最後由 shaw1585 於 2016-2-5 13:38 編輯

什麼是 UEFI?
適用於 Windows 8.1、Windows RT 8.1
UEFI (整合可延伸韌體介面) 是電腦的標準韌體介面,它是為了取代 BIOS (基本輸出入系統) 而設計。 這是由 UEFI 協會中超過 140 家科技公司 (包含 Microsoft) 所建立的標準。 它的設計目的是改善軟體互通性與 BIOS 的位址限制。 UEFI 韌體的部分優點包含:

協助保護啟動前 (或開機前) 程序來抵禦 bootkit 攻擊,以獲得更高的安全性。

縮短啟動以及從休眠狀態恢復的時間。

支援大於 2.2 TB 的磁碟機。

支援當前的 64 位元韌體裝置驅動程式,系統可以在啟動期間用來定址 172 億 GB 以上的記憶體。

將 BIOS 與 UEFI 硬體搭配使用的能力。
以上文章取至http://windows.microsoft.com/zh-TW/windows-8/what-uefi
您需要登錄後才可以回帖 登錄 | 我要註冊

本版積分規則

小黑屋|手機版|NoName Team 電腦資訊討論區 |網站地圖

GMT+8, 2024-11-28 07:36 , Processed in 0.604222 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回復 返回頂部 返回列表