开发者

When running Word 2007 in ASP - Is it server-side or client-side?

I managed to run Microsoft Office Word 2007 and programmatically manipulate doc files in ASP using the Microsoft.Office.Interop.Word .Net Component. I used the tutorial found at here The question is: Was the Word application run on the server side or on the client? I was only able to test this on my own computer in debug mode so it's kind of both the server and the client and开发者_运维知识库 I couldn't figure out which one it is.

And the other question is: If it's running on the server is there any way to use the client's Word application? I mean instead of needing a Word installed on the server could we make use of the Word installed on the client's computer?

Thanks in advance.


It's running on the server just like all of your C#/VB.NET code. Since the web browser tries its best to isolate websites from the host computer, you can't easily access "their" Office. I'm sure if it was absolutely necessary, you could write an ActiveX that could be installed that performed the hand off. But why do you need it to do so?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜