When validating site, I'm getting the the following warning
-------------------------
Conflict between Mime Type and Document Type
The document is being served with the text/html Mime Type
which is not a
registered media type for the XHTML 1.1 Document Type. The
recommended
media type for this document is: application/xhtml+xml
-------------------------
I work with ASP and I can't figure out why, really, it's
doing this nor
can I figure out how to solve it.
I use: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
and everything validates fine except for this last thing.