James, >Next problem - I've got my call to my query fixed - but I've got a weird >one - my application is protected via integrated Windows authentication >(using IIS)... So when I visit my page I have to login (I've got this >setup on my development machine to mimic the production server)... > >So I start typing in the autocomplete field and I get prompted to login >again... Which makes sense since I'm making another request to the >server - but how do folks get around this?
Does this look like your problem? http://anotherdan.com/2006/6/8/ajax-and-integrated-windows-authentication Honestly, the only time I've seen this issue was when I was using HTTP accidentally when my main page was in HTTPS. -Dan