SCENARIO.
OS
Win 2008 R2 IIS 7.5
Database
MS SQL 2008
Framework 2.0
I have two applications (DNNINSTANCE 2 and DNNINSTANCE4) based on DNN 4.09 running on win 2000.
We decide to migrate both applications on win 2008.
After logging in DNNINSTANCE2 all the JavaScript functions are not working.
While clicking on any links (the ones call javascript:_dopostback) the page refreshes and nothing happens.
In the bottom-left corner bar:
(javascript:__doPostBack('IconBar.ascx$cmdSite','')
javascript:__doPostBack('IconBar.ascx$cmdUsers','')
javascript:__doPostBack('IconBar.ascx$cmdRoles','')
javascript:__doPostBack('IconBar.ascx$cmdFiles','')
javascript:__doPostBack('IconBar.ascx$cmdSolutions','')
javascript:__doPostBack('IconBar.ascx$cmdAddTab','')
The same javascript functions work well on the DNNINSTANCE4.
Has any one come across such an error? Please help