Hi,
I have migrated to 2008 Server and IIS7, but still using classic ASP and figured out most of my previous problems.
Know a page using ajax to update a form basen on criteria simply does not trigger. According to firebug (firefox) the page gets called at least once, but no change occur to the form fields. And no js errors seen either. This is the same for IE8.
Nothing to see in the event log, and checked out the features installed to see if ajax support needs to be enabled somewhere, but nothing...
Any hints would be appreciated.
IIS6 - IIS6 sample working form with ajax, changing "mærke" will load model according to change made.
IIS7 - IIS7 sample same code not working with IIS7.