1

I use ASP.Net for programing web application and have a number of files on the server.

I want the user to click on the button, open the docx file in server in ms Word client. and edit text by user in ms Word client and save file (text) in server.

please help me.

4

1 に答える 1

1

Word 文書をネットワーク共有に置き、それらにリンクします ( <a href="file://\\server\share\document.docx">Some document</a>)。ユーザーはそれらを Word で開き、Word はそれらを同じ場所に保存します。

ファイル サーバーでボリューム シャドウ コピーを有効にして、ユーザーが誤ってファイルを削除したり破損したりした場合に備えて、以前のバージョンのファイルを保持することをお勧めします。

Microsoft が承認した "適切な" 解決策は、SharePoint を展開することですが、組織にとって莫大な費用がかかります。組み込みの Web ベースの Office アプリが含まれています。

于 2012-11-13T06:12:24.023 に答える