随笔分类 -  ASP.NET

摘要:解决方法如下:方法一:“设置应用程序池默认属性”/“常规”/”启用32位应用程序”,设置为 true。 阅读全文
posted @ 2021-02-23 17:25 z_hj 阅读(587) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-04-24 18:03 z_hj 阅读(461) 评论(0) 推荐(0)
摘要:在web.config中使用身份模拟,在<system.web>节中加入<identity impersonate="true" userName="你的用户名" password="密码"/> 阅读全文
posted @ 2019-12-24 17:17 z_hj 阅读(862) 评论(0) 推荐(0)
摘要:以下是应用系统发布前,作为 .NET 开发人员需要检查的点。 1.debug=「false」 当创建 ASP.NET Web应用程序,默认设置为「true」。开发过程中,设置为「true」是非常有用多,但在应用程序发布部署时,需将其设置为「false」。 2.关闭 tracing(追踪) traci 阅读全文
posted @ 2019-08-19 14:52 z_hj 阅读(295) 评论(0) 推荐(0)
摘要:/* * Class:WaterImage * Use for add a water Image to the picture both words and image * 2007.07.23 create the file * * http://www.freeatom.com/ 欢迎您的来访 阅读全文
posted @ 2016-10-26 20:42 z_hj 阅读(543) 评论(0) 推荐(0)