I am using classic asp and IIS7 for development.
When I enter a text with special character(£) in a textbox and do a submit. The special character received on the server side code changes to a diamond symbol with question mark in it.
The following encoding has been included
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
in the asp file.
I have also tried saving the file with "Encode in UTF-8 without BOM" format
Whereas the same file deployed on the development server works fine. The special character(£) stays intact on the server side code.
Am I missing some IIS7 setting.