Hi,
I have created a simple AJAX example along the lines of the tutorial.
All works well with text files.
I then created an ASP file that just displaye the current date and time.
I was expecting IIS to process the ASP script when called from the AJAX application and pass back the date and time. All I get though is the first line of the ASP source file.
The ASP file works correctly when called directly from a browser.
Any ideas how I am managing to bypass IIS and the ISAPI filter?
Cheers.