This section sets the globalization settings of the application
<?xml version="1.0"?> <configuration> <system.web> <!-- GLOBALIZATION This section sets the globalization settings of the application. --> <globalization requestEncoding="utf-8" responseEncoding="utf-8"/> </system.web> </configuration>