Weird character insertion
-
I have a class that uses string builder which produces a email body that is sent out by the system. My problem is that when i receive the email, random "! " characters are inserted into the text. If anyone out there has seen this problem before, let me know. IM NEED A SOLUTION FAST
-
I have a class that uses string builder which produces a email body that is sent out by the system. My problem is that when i receive the email, random "! " characters are inserted into the text. If anyone out there has seen this problem before, let me know. IM NEED A SOLUTION FAST
For additional information, i place a bunch of vbCRLF after every line and still end up with these random "!" and spaces. Im also aware of projects migrating from IIS 5 to IIS 6 creates this problem. How can i fix it now