IIS7 affects the encoding?
I have a website on live server, and I have a the开发者_如何学Go same website on local machine. both using the same database. Some links are in Arabic.
The links are ok on live server, but it is corruptted on local machine.
Both Live server and local machione are hosting the website using IIS 7.
I think that the only chance is related to IIS configuration but how??
Thanks
Check the globalization tag in web.config and see if the values are matching on your local and live environments.
精彩评论