How can I open and view a .doc file extension in my browser? The file is located on my server.
.doc
You can use google docs instead as it is free and reliable You can assign your file path to iframe.
e.g. iframe1.Attributes.Add("Src", "http://docs.google.com/gview?url=http://YOUR_FILE_PATH&embedded=true");