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

推荐订阅源

H
Hacker News: Front Page
A
About on SuperTechFans
腾讯CDC
罗磊的独立博客
博客园 - Franky
Last Week in AI
Last Week in AI
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
云风的 BLOG
云风的 BLOG
L
LangChain Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
D
Docker
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recorded Future
Recorded Future
Vercel News
Vercel News
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
J
Java Code Geeks
有赞技术团队
有赞技术团队
V
V2EX
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Jina AI
Jina AI
B
Blog RSS Feed
H
Help Net Security
N
Netflix TechBlog - Medium
Latest news
Latest news
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理
Stack Overflow Blog
Stack Overflow Blog
C
Cisco Blogs
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
P
Proofpoint News Feed
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
T
Threatpost

博客园 - 分飞

从客户端(FCKeditor1="<p>...")中检测到有潜在危险的 Request.Form 值。 net 试图加载格式不正确的程序。(Exception from HRESULT: 0x8007000B) 在sql中将varchar型转换成int型再进行排序 当一组单选按钮中的一个选中,后文本框为只读属性 选中checkbox后才能填写输入框 ASP.NET中显示农历时间 人生最不值得你去做的事情 改变自己,拥抱生活 PL/SQL Developer 8注册码 奔三的尴尬年纪,你要知道的44件事 断章 mysql下sql语句 update 字段=字段+字符串 oracel 10g 网络服务管理: 主机登录 推荐给女孩子的书:一本本读完 气质必备 像草一样,朝海生长 做个睿智的女人 那一次,我们属于彼此 discuz !NT 3.5 论坛整合 .net 网站用户登录,退出 屏蔽浏览器左下角的js错误提示
在.net 环境下,进行了伪静态页面处理后,后台的Fckeditor就不能正常显示了
分飞 · 2012-06-20 · via 博客园 - 分飞

解决方法:

在web.config 中添加

<httpHandlers>
  <add verb="*" path="*.html" type="System.Web.UI.PageHandlerFactory"/>
  </httpHandlers>
<compilation>
  <buildProviders>
  <add extension=".html" type="System.Web.Compilation.PageBuildProvider"/>
  </buildProviders>
  </compilation>

posted @ 2012-06-20 16:04  分飞  阅读(340)  评论(0)    收藏  举报