Hi Team,
I want to change the Content-Type header to include charset info on IIS 7.0.
By default I get the ==> Content-Type: text/html
It does not include the charset information, even though in my page I have below tag set:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Please let me know how to override Web Server's default setting.
I tried adding custom HTTP Response header for Content-type: image/jpeg;charset=UTF-8
Now I receive header like this in response==>
Content-Type: content=text/html,image/jpeg; charset=UTF-8
This way it appends my HTTP Response Header setting to the default set. But now the page does not get render instead it asks for downloading the file.
Am I missing something? Please guide.
Thanks,
Neha