<HtmlTrInfo>
<Mapping Extension="xls" AcceptHeader="application/vnd.ms-excel" HandlerUrl="HtmlTranslate.aspx" ProgId="SharePoint.OpenDocuments.2"/>
<Mapping Extension="doc" AcceptHeader="application/msword" HandlerUrl="HtmlTranslate.aspx" ProgId="SharePoint.OpenDocuments.2"/>
<Mapping Extension="ppt" AcceptHeader="application/vnd.ms-powerpoint" HandlerUrl="HtmlTranslate.aspx" ProgId="SharePoint.OpenDocuments.2"/>
<Mapping Extension="pps" AcceptHeader="application/vnd.ms-powerpoint" HandlerUrl="HtmlTranslate.aspx" ProgId=""/>
<Mapping Extension="one" AcceptHeader="" HandlerUrl="" ProgId="SharePoint.OpenDocuments.2"/>
</HtmlTrInfo>
The following is an
example of how the Htmltransinfo.xml file looks after
you make the edit to set ProgId
to empty:
<HtmlTrInfo>
<Mapping Extension="xls" AcceptHeader="application/vnd.ms-excel"
HandlerUrl="HtmlTranslate.aspx" ProgId=""/>
<Mapping Extension="doc" AcceptHeader="application/msword"
HandlerUrl="HtmlTranslate.aspx" ProgId=""/>
<Mapping Extension="ppt" AcceptHeader="application/vnd.ms-powerpoint"
HandlerUrl="HtmlTranslate.aspx" ProgId=""/>
<Mapping Extension="pps" AcceptHeader="application/vnd.ms-powerpoint"
HandlerUrl="HtmlTranslate.aspx" ProgId=""/>
<Mapping Extension="one" AcceptHeader="" HandlerUrl="" ProgId=""/>
</HtmlTrInfo>
After you edit the
Htmltransinfo.xml file, you can open Office documents in
read-only mode on a Windows
SharePoint Services Web site that has its directory
security set to anonymous access. You are not prompted
for authentication.
For additional information about being prompted for your password when you close a Word document that you opened in a Web browser, click the following article number to view the article in the Microsoft Knowledge Base:
324328 WD2002: Password Prompt When You Close a Word Document You Opened in a Web Browser
Microsoft Knowledge Base Article - 823553