How do I get an .aspx site to stream an XML file. instead of a regular html.?

Jezni

New member
assuming a site like www.test.com/default.aspx. instead of the server processing it and generating an HTML site I want it to stream a XML file with Content-type="text/xml"
 
Back
Top