I'm generating the XML file dynamically based on querystring parameters. If I external link to the file (asp) the script runs and the xml is compiled and output fine. If I try to use a local file, (and add 'asp' to the filter in the vb code edit settings code behind) the file fails - giving an error about '%' line 1 position 2, suggesting the local file is not being parsed - just read straight in.
I can't think why a remote asp file should be parsed but a local file not??
Is there a way round this? having the file local but being able to parse the asp would be better in my particular circumstances
Otherwise the module is fantastic and works well - along with the Iframe a very useful module indeed.
Thanks