2011-12-02 103 views
1

我正在使用Microsoft Web Deploy 2.0與IIS7和Visual Studio 2010「發佈」功能發佈到我的服務器。有沒有辦法自動創建舊網站的備份副本,或者作爲以前網站的副本或zip文件?在Web上自動備份網站部署

我的希望是,如果需要的話,我可以回滾到以前版本的網站。

回答

-1

Backup Utility UI

使用System.IO's DirectoryDirectoryInfo classescreate foldersdelete foldersrecursively copy folders from one location to the next。利用DirectoryInfo class找出給定文件夾的年齡,以便刪除它。

codeproject

+2

請提供[更多實質性的細節(http://meta.stackexchange.com/a/72002/141525),而不是僅僅發佈一個鏈接。 – animuson