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

推荐订阅源

T
Tailwind CSS Blog
博客园 - 【当耐特】
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
B
Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
Jina AI
Jina AI
Vercel News
Vercel News
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The Cloudflare Blog
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
腾讯CDC

博客园 - 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}"