I am developing a dynamic secure checkout app in c#.net that can be used for a number of website. The websites have been developed in classic asp. when a user checks out, an asp.net cookie is created and the user is redirected to the secure app. This landing
page initialy dispays the cookie content correctly, but after a postback (could be cause by validation failing ) the £ signs are displayed with £.. On each postback more characters are prefixed.
I have set the globalization element in web.config to use iso-8859-1 encoding. I have also set the charset meta tag in each page to use iso-8859-1. I have also tried UTF-8 to no avail.