show/hide this revision's text 3 asp -> asp-classic merge
show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Change Response type in asp

Hello,

I've used xml type by writing (asp coding)

Response.ContentType = "text/xml"

Now xml contents are over and I'd like to add html content so I wrote

Response.ContentType = "text/html"

But it still writing in xml what would be the problem here?