惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
博客园_首页
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Help Net Security
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
A
About on SuperTechFans
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
月光博客
月光博客
云风的 BLOG
云风的 BLOG
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
C
Check Point Blog
V
V2EX
T
Tailwind CSS Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Security Blog
Microsoft Security Blog

博客园 - cosophy

C++单例模式 ActiveX控件cab打包、Web嵌入、自动升级攻略 enable all verbs to application hosting on IIS 7.5 and using Asp.net 4.0 如何正确使用异常 ArcGIS 10 FlickrOnMap - A Silverlight Application Developed by Flickr Web API and ArcGIS Server API for Silverlight 关于Arcgis Server REST服务无法使用: Cannot acces http://localhost/arcgis/rest/services - cosophy Installing ArcGIS 9.3 On Microsoft Windows 7 SQL Server 2005 Express混合模式登录设置 List of REST Resources Enable SSL On IIS 7.0 Using Self-Signed Certificates 缅怀遥感地学之父、三院院士陈述彭先生 关于地图投影与坐标系统 WCF:Configure svc MIME type on Vista IIS 7.0 ArcGIS Desktop 9.3 安装、破解 NSDTF-DEM格式数据 [ERR0134] Requested Service is not available 的解决方法 ERDAS 9.1 破解文件下载 修改ASP.NET成员提供程序,配置简单密码规则创建用户
RSS Disabled: IE 7.0 could not read the RSS Feeds in the ...
cosophy · 2008-11-10 · via 博客园 - cosophy

This problem has frustrated me for quite some days. Although i kept searching online ,unfortunately i did not get back any resolution.

Problem:

When i click and intend to read the RSS Feeds in the Feed List of IE 7.0, it pumps up a "File Download" dialog box without opening it in IE. If i select the "find" option, it shows :

"Windows has the following information about this MIME type. This page will help you find software needed to open your file.

MIME Type: application/rss xml

Description: UnKnown

Windows does not recognize this MIME type.

You can search the following Web site for related software and information:" 

Cause of the Problem:

Because IE does not kown how to deal with this MIME type file, the content type "application/rss+xml" (and also "application/atom+xml") is not correctlly registered on  my computer.

My Resolution:

Save the following as a .reg type file and run it. The CLSID below represents xml Feed Document.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/rss+xml]
"CLSID"="{528d46b3-3a4b-4b13-bf74-d9cbd7306e07}"

[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/atom+xml]
"CLSID"="{528d46b3-3a4b-4b13-bf74-d9cbd7306e07}"