How can I display a shared drive/folder in the browser? This is for a company intranet. Ideally, I'd like users to be able to click a file (ppt, excel, word) and have it open in office.
I've done something similar by embedding a sharepoint site in an iframe but I don't need the entire site, just the folder containing the files.
I don't want to manually enter the file paths because this folder may be updated and the new files should display automatically.
I'm using C# but an example in any language will be appreciated.