文章分类 -  asp.net

由于下列错误,HTTP Service 服务启动失败: 文件名、目录名或卷标语法不正确。
摘要:由于下列错误,HTTP Service 服务启动失败: 文件名、目录名或卷标语法不正确。 HTTP.sys 是我自己停掉了,后来vs启动不起来了,郁闷。。。 原样的还原出来的,但是vs还是调试不起来 百度google,无数 后台 无意用360 扫描修复了,下 看到http.sys 立即处理 然后好了 阅读全文
posted @ 2016-04-28 16:51 --Sam-- 阅读(747) 评论(0) 推荐(0)
asp.net Apk文件的下载
摘要:Response.ContentType = "application/vnd.android.package-archive"; Response.AddHeader("Content-Disposition", "attachment;filename=test.apk"); string filename = Server.MapPath("~/test.apk"); Response.TransmitFile(filename); Response.End();//这一句必须得有,让网页停止输出。否则,文件 阅读全文
posted @ 2011-05-29 15:25 --Sam-- 阅读(1075) 评论(0) 推荐(0)