Open and edit the documents(word/excel) in the web browser using sharepoint with web apps
Hiiam using the sharepoint 2010 shared documents library as backend for storing the documents.
I have the web application developed in .Net, so iam using client object model code
to upload the documents and retrieving the documents from the sharepoint library(shared documents).
so my requirement is to open and edit the documents(word/excel) in the web browser which have been uploaded in the
sharepoint library(shared documents) using client object model.
so for that reason I have installed and integrated office web apps with sharepoint 2010.
In my application iam displaying the document names in the grid(which have been uploaded in the sharepoint)along with binding the
URL(http://servername:portno/_layouts/WordEditor.aspx?id=Shared Documents/document1.docx&source=http://servername:portno/Shared Documents/Forms/AllItems.aspx).
This URL i have got when i directly accessed my sharepoint site and selected the option "Edit in Browser" for the particular document.
Now when i click on the document name in the grid from my web application iam redirecting to the above url using webclient by passing the credentials of the sharepoint site,
here that url is opening but asking the windows credentials popup even if iam passing the credentials through webclient.i dont want that windows credentials popup to be
prompted.
Is it possible, could you please help me as iam struggling with this since 4 days.
Thanks in Advance.