<?xml version="1.0" encoding="GB2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[GGS-DDU]]></title>
<link>http://msdn.blog.com.cn/index.shtml</link>
<description><![CDATA[GGS-DDU]]></description>
<item>
<title><![CDATA[Apostrophe]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2590967.shtml</link>
<description><![CDATA[Have you ever tried to send a string variable to MS Access that had apostrophes embedded within an SQL Statement? If YES you will get a run time ERROR. Here is your solution, a function that formats the variable before sending it to the database.<br /> <br /> <br /> Code: ( text )<br /> Public Function Apostrophe(sFieldString As String) As String<br />   If InStr(sFieldString, "'") Then<br />     Dim iLen As Integer<br />     Dim ii As Integer<br />     Dim apostr As Integer<br />     iLen = Len(sFieldString)<br />     ii = 1<br />  <br />       Do While ii <= iLen<br />         If Mid(sFieldString, ii, 1) = "'" Then<br />           apostr = ii<br />           sField<br/>……]]></description>
<author>LT</author>
<pubDate>2007-12-5 18:58:00</pubDate>
</item>
<item>
<title><![CDATA[Access Denied While Signing Assembly]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2588823.shtml</link>
<description><![CDATA[Access Denied While Signing Assembly <br /> Description as following,<br /> Cryptographic failure while signing assembly '....' Access is denied.<br /> <br /> Solution:<br /> To remedy the problem I simply opened an Explorer window as an administrator and altered the ACLs on the necessary directory.  I granted my user Full Control on %ALLUSERSPROFILE%\Application Data\Microsoft\Crypto\RSA\MachineKeys.  Simply restart Visual Studio (if it was open) and you should be off and rolling.<br /> ]]></description>
<author>LT</author>
<pubDate>2007-12-3 21:48:00</pubDate>
</item>
<item>
<title><![CDATA[Asp.net MachineKey]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2564360.shtml</link>
<description><![CDATA[ASP.NET 1.1 <machineKey><br /> In ASP.NET 1.1, the <machineKey> element appears in the Machine.config file as shown here:<br /> <br />  <machineKey <br />    validationKey="xxxx"         <br />    decryptionKey="xxxx"<br />    validation="SHA1|MD5|3DES" /><br /> <br /> The <machineKey> attributes are as follows:<br /> <br /> validationKey. This specifies the key that the HMAC algorithm uses to make ViewState tamper proof. The validationKey is used when either of the following attributes are set to true: <br />  <br/>……]]></description>
<author>LT</author>
<pubDate>2007-11-8 17:58:00</pubDate>
</item>
<item>
<title><![CDATA[Asp.net MachineKey]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2564361.shtml</link>
<description><![CDATA[ASP.NET 1.1 {machineKey}<br /> In ASP.NET 1.1, the {machineKey} element appears in the Machine.config file as shown here:<br /> <br />  {machineKey <br />    validationKey="xxxx"         <br />    decryptionKey="xxxx"<br />    validation="SHA1|MD5|3DES" /}<br /> <br /> The {machineKey} attributes are as follows:<br /> <br /> validationKey. This specifies the key that the HMAC algorithm uses to make ViewState tamper proof. The validationKey is used when either of the following attributes are set to true: <br />  {pages enableViewStateMAC="true"} <br />  {@Page EnableViewStateMac="true"}<br /> <br /> decryptionKey. This specifies the key used to encrypt and decryp<br/>……]]></description>
<author>LT</author>
<pubDate>2007-11-8 17:58:00</pubDate>
</item>
<item>
<title><![CDATA[Asp.net MachineKey]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2564363.shtml</link>
<description><![CDATA[When you want to encrypt ViewState, you must make sure the Validation be set to "AES" or "3DES", and the decryption is set to the corresponding value.]]></description>
<author>LT</author>
<pubDate>2007-11-8 17:58:00</pubDate>
</item>
<item>
<title><![CDATA[SOA architecture skeleton diagram]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2350225.shtml</link>
<description><![CDATA[<img src="http://www.blog.com.cn/d:\pic.jpg" border="0" onclick="javascript:window.open(this.src);" style="http://www.blog.com.cn/CURSOR: pointer" onload="javascript:if(this.width>500){this.resized=true;this.style.width=500;}">]]></description>
<author>LT</author>
<pubDate>2007-7-5 12:29:00</pubDate>
</item>
<item>
<title><![CDATA[My Resume]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2346890.shtml</link>
<description><![CDATA[<br />73795747.zip<a href="http://www.blog.com.cn//user34/kingmu/upload/73795747.zip">(点击浏览该文件)</a>]]></description>
<author>LT</author>
<pubDate>2007-7-3 16:13:00</pubDate>
</item>
<item>
<title><![CDATA[OOD]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2344434.shtml</link>
<description><![CDATA[OOD Method<br />72206330.zip<a href="http://www.blog.com.cn//user34/kingmu/upload/72206330.zip">(点击浏览该文件)</a>]]></description>
<author>LT</author>
<pubDate>2007-7-2 11:25:00</pubDate>
</item>
<item>
<title><![CDATA[Web Service and .Net Remoting]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2344385.shtml</link>
<description><![CDATA[Web Service<br /> -- asmx<br /> .Net Remoting<br /> -- WS_Tcp_Binary<br /> -- WS_Tcp_Soap<br /> -- WS_Http_Binary<br /> -- WS_Http_Soap<br /> -- IIS_Http_Binary<br /> -- IIS_Http_Soap]]></description>
<author>LT</author>
<pubDate>2007-7-2 11:04:00</pubDate>
</item>
<item>
<title><![CDATA[A sample that showing how to do xml validation in .net2.0]]></title>
<link>http://msdn.blog.com.cn/archives/2007/2344376.shtml</link>
<description><![CDATA[<br />72261358.zip<a href="http://www.blog.com.cn//user34/kingmu/upload/72261358.zip">(点击浏览该文件)</a>]]></description>
<author>LT</author>
<pubDate>2007-7-2 11:02:00</pubDate>
</item>

</channel>
</rss>