0

I am facing a very strange problem with my web application developed in ASP.Net MVC 3. Time to time it directly displays HTML source in browser. This issue comes randomly with different urls.

After I checked the content type returned using Google chrome debugger I found content type being returned form server is txt/vnd.wap.wml

I haven't written anything which takes care of wap or mobile based client.

URL from which I am getting issue right now is : live url.

Can someone suggest why this is happening and how to fix it.


Attaching a snap to make issue more clear

Pierre Fourgeaud
  • 14,290
  • 1
  • 38
  • 62
geekonweb
  • 384
  • 4
  • 14
  • 1
    This may be of help... http://stackoverflow.com/questions/1176947/asp-net-mvc-keeps-overriding-text-html-content-type-with-wml?rq=1 – JusMe Aug 20 '13 at 19:06
  • Thanks for sharing .. I'll try adding a default content type using filters – geekonweb Aug 23 '13 at 05:03

0 Answers0