We are designing an asp.net web project. This project is about electronic document management system.
In our project, We need to view and edit Office documents on your browser. If it is possible , we want to communicate with SharePoint and Office web app from asp.net pages. Asp.net to SharePoint server and then office web app server . (Asp.net can not communicate directly with office web app because of this we should use SharePoint). The question marks in my head.
- Can I upload files to SharePoint from the asp.net project?
- Is it possible that showing in iframe an address from SharePoint server to view and edit document on my asp.net web page?