Prev: IIS 6 - Programmatically Creating New Web Sites (Issue)
Next: Redirect to virtual folder under default website
From: Judy on 16 Feb 2010 14:00 We have code that used to return the Author, Keywords, and some of the other built-in document properties from Word documents to a grid in a web page. We recently upgraded to Office 2007 and wanted to convert existing files for our Marketing department to .docx. Unfortunately when these files are converted, the web page still loads, but the only thing returned to the webpage is the filename. The rest of the grid is blank. I've set .docx in MIME and it does appear to index them, at least as far as filename goes. I really need it to return the file properties as well. Any suggestions?
From: Dan on 19 Feb 2010 05:07
"Judy(a)RMT" <JudyRMT(a)discussions.microsoft.com> wrote in message news:F5C82021-109B-499C-8147-0A072CFC6B9C(a)microsoft.com... > We have code that used to return the Author, Keywords, and some of the > other > built-in document properties from Word documents to a grid in a web page. > We > recently upgraded to Office 2007 and wanted to convert existing files for > our > Marketing department to .docx. Unfortunately when these files are > converted, > the web page still loads, but the only thing returned to the webpage is > the > filename. The rest of the grid is blank. > > I've set .docx in MIME and it does appear to index them, at least as far > as > filename goes. I really need it to return the file properties as well. > > Any suggestions? ..docx files are quite different to .doc files. What is the code you're using to query the file properties? If you can post the code itself then it might help determine what you need to change to get the properties for these files. At a wild guess I would say that the indexing service you're using doesn't have the correct ifilter loaded to handle .docx files. -- Dan |