Hi every one
I have developed a site by VS2008 and .net framework 3.5 that uses jquery.the site in local developer webserver works fine but when i published it to the server with iis7, site works fine when exploring by firefox BUT with IE it doesn't work I mean when user wants to login after ckicking submit button the login frame apears again without error.by tracing the application find out that user logins successfully but authenticate ticket may be does not save on the computer(its a guess).
I tried several ways for example i removed the handler that force browser to not to cache the content and also i removed the cache:false from $.ajax function but there was no answer.
BTW, site works fine in local webserver with ie6 but when i moved to iis7 it doesn't work with ie.
can you help me with this problem and tell me whats the diference between iis7 and developer webserver that cause to this problem.
< ...
Go to the complete details ...