To create a microsoft word live workstation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samueln12
    New Member
    • Feb 2009
    • 28

    To create a microsoft word live workstation

    Hi ALL,

    We have a server, in that we have lots of word files, all these files are belonging to several authors.

    Now we want to share these word files from the server to the author to do revision. And update back the revision file to the server.

    Can anyone help me providing sample pages to do this using ASP.net. This is similar like Microsoft Office Live.

    Thanks
    Sam
  • semomaniz
    Recognized Expert New Member
    • Oct 2007
    • 210

    #2
    Show us what you have done and where you are stuck. We do not provide the entire solution

    Comment

    • samueln12
      New Member
      • Feb 2009
      • 28

      #3
      No we are just going to setup the process

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Microsoft Office Live uses Silverlight, (and for some reason I seem to remember it using Java...which is really weird), and a bunch of other components that allow the user to edit files on the server via a web browser. It does not use ASP.NET to do this.

        I don't even know how I would approach this.
        Browsers do not understand how to open and display word documents...and you can't open the file and send it's contents to the browser in a TextBox either because Word documents aren't just plain text.

        I recommend that you do more research on the topic.

        -Frinny

        Comment

        Working...