Android on Sony Ericsson - Showing aspx page as source
When I visit my aspx page on a开发者_开发问答n android phone instead of the page I get the website source.
It did not used to do this, I'm wondering if there is a known issue here.
If you're seeing .aspx source, it appears your webserver is misconfigured. Are you sure you're using the same url on your Android device as in the browser?
If you're seeing the HTML source, it's probably the content-type of the page that's unknown to your Android browser. Which browser are you using? Can you browse other sites?
精彩评论