莫名其妙的“文件不存在”错误
摘要: 我是在Global.asax文件中用Application_Error捕捉错误的,具体代码如下: protected void Application_Error(object sender, EventArgs e) { ExceptionPolicy.HandleException(Server.GetLastError(), "Unhandled Policy"); Server.Clear...
阅读全文
posted @
2008-08-17 15:22 soonssa 阅读(1601) |
评论 (12) 编辑
CuteEditor允许插入javascipt语句
摘要: 一直不能在CuteEditor中保存javascipt,都会出现一个“Inject Script Filtered”。郁闷了很长时间,终于找到症结了。很简单,这样使用: <CE:Editor id="Editor_Content" EditorWysiwygModeCss="~/Modules/example.css" FilesPath="~/CuteSoft_Cl...
阅读全文
posted @
2008-08-17 15:15 soonssa 阅读(89) |
评论 (0) 编辑