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.