随笔分类 - 部署发布
摘要:HTTP 是一个明文传输的协议,很多网络监听工具都可以轻易窃取网络中传输的用户信息,如密码,信用卡, 直到后来发明HTTPS, 世界一下子安静了 Why HTTPS? HTTPS可以保证用户提交的信息,其它人即使拿到,也没有用,因为他没有密码,不能解密, Why the post info cann
阅读全文
摘要:Step by step:1. open your solution2. right click on solution explorer to add a setup project3. right click on setup project new created to add a new project output, OK4. right click on setup project and select property5. Prerequisites, 系统必选, 将需要include的framework钩上.6. 钩选第二项,从与我系统相同位置下载7. rebuild, yo.
阅读全文
摘要:<UnitMonitor ID="FailureCountDelta" Accessibility="Internal" Enabled="true" Target="Server" ParentMonitorID="Performance" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.DeltaThreshold" Confi
阅读全文
摘要:通常会有些用户名,密码被配置在web.config文件中,而且是明文,这就增加了站点的风险。解决方案有:aspnet_regiis.exe -pe passwordSection/LogDB -app /[applicationname]passwordSection/LogDB 为xmlpath.部署后,配置文件里是加密的,读的时候,却是正常读,asp.net会帮你解决一切,好和谐.但是,这里面有个Bug, 如果passwordSection的解析类是你自定义的,那么你会很不幸,因为加密会失败。只有解析类是FCL中的类才会成功。解决方案是,自定义一个Section, like:<sec
阅读全文
摘要:1、新建resx文件,转入多语言项 2、使用Resgen.exe生成resource文件 Like:e:\Program Files\Microsoft Visual Studio 8\VC>resgen "D:\WebProject\Strings.resx" Strings.resources 3、使用Al.exe 根据指定的 .resources 文件创建application的附属...
阅读全文

浙公网安备 33010602011771号