dear all,
             i have a web project that is developed in VS 2010, framework 4.0. i am using a client side jquery library dcAccordion (fills accordion dynamically). when i deploy and make changes and redeploy my web project in windows XP it runs smoothly without any errors. but when i do the same activity in Windows 8 (having IIS 8.0). my accordion does not populate at all. i am popuating it Asynchronously.
             above problem occured specially when i am populating some other client side dropdown lists with this accordion on load (windowl.load). in IIS 8.0 i have changed the pool to ASP Classic 4.0., unchecked Enable cache in Output cache in IIS. i have added desired permissions and anything required to deploy a project in IIs.
         & ...

Go to the complete details ...