HiÂ
I need to open the SharePoint 2013 documents (word, pdf, ppt, excel) in client browser. I have configured Office web app server in SharePoint server and set the following properties,
SPWOPIZONE is set to external-http
OAUTH is set to true
When i try to open the documents from client browser, it tries to open in client application (i.e. MS office installed in my client pc) instead of open the documents in browser mode even i enabled the document library properties to “Open in browser”.
What makes to work it in browser ? Please advise
Ok, step me through what you have done?
- Installed OWA on a different server
- Created a new OWA farm in PS New-OfficeWebAppsFarm -InternalURL “https://YourSite.domain.com” -CertificateName “CERTNAME” -EditingEnabled -OpenFromURLEnabled
- Created a binding from your SP server to OWA server in PS New-SPWOPIBinding “owaserver.domain.com”