setting content type of asp generated xml
Hi everybody,
im interested in doing some AJAX/ JSRS
what is the best practice for setting the content type of dynamically gernerated XML files with IIS 5/asp 3.0?
would it be best to set up a new filetype in iis eg. axml which will set the content type to text/xml and will automatically be processed by ASP or should i just use an .asp file with the content type set to text/xml
if the .axml file was sent as text/xml would i still need an asp statement like:
response.contentType "text/xml"
for a browser to recognise it as xml?
|