
asp.net
lizuwu
这个作者很懒,什么都没留下…
展开
-
Vs2008开发asp.net常见知识集锦
Q:system web中不存在类型或命名空间名称security是缺少程序集引用A:添加system.web引用即可 Q:xml读取问题 图片看不清?点击重新得到验证码 Refresh verfication code. A:getLang("Login", "CheckCodeRefresh"); protec原创 2010-02-21 15:40:00 · 530 阅读 · 0 评论 -
FileAllWrite
public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { string path = Server.MapPath("Test/News/2/2/1.txt"); Command原创 2012-08-01 18:43:14 · 541 阅读 · 0 评论 -
Web.config中configSections详细说明
第一部分:Web.config如何定义configSections 建立Test.Demo1类库,默认情况下,此类库的默认属性中,程序集名称为:Test.Demo1,默认命名空间为:Test.Demo1. 此类库生成的Dll相应的为Test.Demo1.dll和Test.Demo1.pdb. Demo02.cs using System; using System.Collectio原创 2012-12-06 22:25:39 · 1550 阅读 · 0 评论 -
Web service
web Service 写的程序在服务器上直接访问,可以看到输入参数的地方, 但是别的机器从互联网上访问时,及出不来这个,需要在web.config上加个参数 解决办法:在之间加入以下标签原创 2013-12-30 12:32:03 · 593 阅读 · 0 评论 -
Windows Server 2008 IIS上传文件大小设置
Windows server 2008中的IIS7.0的asp.net写的上传,上传大文件有几个地方需要设置 1.系统本身 修改C:/Windows/System32/inetsrv/config/schema/IIS_schema.xml文件(修改该文件需要获得这个文件的控制权,需要先获得这个文件的所有者,所有者是TrustedInstaller,改成administrator后,把属性只读原创 2014-02-08 21:35:42 · 5826 阅读 · 0 评论 -
asp.netd点滴
1.定义 string strChar; strChar=原创 2014-06-02 18:37:44 · 641 阅读 · 0 评论 -
asp.net 接口函数
我学接口用到看了这两个网。 http://www.cnblogs.com/jiajiayuan/archive/2011/09/16/2178462.html http://www.cnblogs.com/ben-zhang/archive/2012/12/18/2823455.html转载 2016-03-02 23:51:25 · 478 阅读 · 0 评论