作者:By Greased up Deaf Guy 翻译:Garfiled 原文:请点击我 If you have installed Office 2007 then you might see a nice little error that says "The exception unknown software exception (0x06d..
阅读全文>>
当然最直接的方法,就是手动部署 把dll放到bin或者gac里 -> 在web.config里写SafeControl -> 在网站集的web部件库中添加进来命令行部署:通过stsadm工具部署的几种方法方法一: 2003时代延续的方法..
一 asp.net架构1.1 .1asp.net工作原理四步:1 客户端请求WEB页 2 WEB服务器寻找指定文件(aspx) 3 asp.net将指定代码文件发送给CLR进行编译 4 HTML流返回给浏..