
ASP.NET
WDYDXF
这个作者很懒,什么都没留下…
展开
-
asp.net 验证码
专门处理图片的ashx文件:using System;using System.Web;using System.IO;public class VerificationHandler : IHttpHandler, System.Web.SessionState.IRequiresSessionState{ public void ProcessRequest(Http转载 2012-02-29 14:09:00 · 849 阅读 · 0 评论 -
国外的开源的CMS系统(ASP.Net-C#)
1、LudicoLudico是C#编写的居于ASP.NET 2.0的Portal/CMS系统。它的模块化设计是你可以按照你希望的使用或开发网站功能。它里面有高级的用户管理,一个所见即所的(WYSIWYG)的编辑器等。下载地址:http://sourceforge.net/projects/ludico/2、umbraco Umbraco是一款在.net平台下C#开发转载 2012-06-30 11:56:23 · 3014 阅读 · 0 评论 -
C#读写文件总结
1、使用FileStream读写文件 文件头: using System;using System.Collections.Generic;using System.Text;using System.IO; 读文件核心代码: byte[] byData = new byte[100];char[] charData转载 2012-12-29 22:26:32 · 1720 阅读 · 0 评论 -
asp.net 删除文件 对路径“”访问被拒绝
Application Pool IdentitiesBy Thomas DemlMarch 24, 2009IntroductionIIS introduces a new security feature in Service Pack 2 (SP2) of Windows Server 2008 and Windows Vista. It's called转载 2013-12-10 10:16:04 · 3877 阅读 · 0 评论 -
Clickonce 发布后,无法下载
问题: 有些机器能下载,有些不能下载,报的错误类似于:XXX.deploy did not succeed......The operation has timed out2.解决办法2个:1.执行mage.exe -cc,如果还不行,执行第二步2.右键project,点击clean,然后重新build,最后publish3. 如果还不行,那一定是你代原创 2012-12-28 10:08:55 · 1760 阅读 · 0 评论