Hi,
I am working with an application using ASP.NET. In my application i want to concurrently accessing and modifying the documents(files) in an application similar to googledocs.
In the same way i want to implementing in my application. All files are stored in company server and I am not intreseted to store the files in Google docs. I will access those files from company sever not google server.
can any one knows the code plz tell me asap. If any tools are available plz tell me.
Loading

Hari KrishnaPosted Jun 7, 2013, 12:39 AM
I want to develop an application in asp.net like Google docs. In google docs concurrentley accessing and modifying the files(word,excel etc) by more than one user. In the same way i want to develop in my application using asp.net. The files are saved in company server(Sharepoint) am getting files from company server not from google server. after modification files are saved into company server.
can we do using Office365 to to develop an application.
Pankaj PandeyPosted Jun 6, 2013, 9:11 AM
which types of files you have and which type of modification you want to do?