-
动态添加控件
摘要:4.placeholder 容器控件,不会产生任何客户端代码 textbox等集合类的使用: public class textboxArray:system.collection.collectionbase { private readonly system.web.control hostpage; public textboxArray(system.web.control host)...
阅读全文
-
2003安全
摘要:1.windows 2003 下面默认asp.net 和asp的服务都没有启动,因此需要在iis里web 服务扩展上将它们启动。asp可以不用启动为了安全。2.iis 中的程序都是networkservice运行的。比较安全,本地账号不能访问网络,系统账号就很危险。3.使用假扮来启动web程序。 1)新建用户, 2)修改.net的machine.config 找到改成true后...
阅读全文
|