I return "410 Gone" status for some products that were permanently removed.
Looks like IIS inserts some default status description into the dynamically generated content before HTML tag like this:
The page you requested was removed.<html
Is there any way to stop it inserting "The page you requested was removed."?