AJAX Not working on production

  • Thread starter KBS Tours Development
  • Start date
K

KBS Tours Development

Hi,

I've deployed latest release on production with new AJAX functionality but
the server posts back completely and toolkit functionalities are not working
at all like calendar etc.

Here is what I've done and what I have
1. Installed AJAX on production
2. Rebooted and no errors are thrown but doing complete postback

Also I have the following settings
1. Win 2003 Std 64 bit
2. ASP.NET running under 32 bit due to some dependencies.

AJAX seems to be installed under 32 bit.

Can anyone tell why it may not be working?
www.findtripdeal.com is the site underquestions if you would like to see.

Thanks
 
S

SE.Computerguy

Hi,

I've deployed latest release on production with new AJAX functionality but
the server posts back completely and toolkit functionalities are not working
at all like calendar etc.

Here is what I've done and what I have
1. Installed AJAX on production
2. Rebooted and no errors are thrown but doing complete postback

Also I have the following settings
1. Win 2003 Std 64 bit
2. ASP.NET running under 32 bit due to some dependencies.

AJAX seems to be installed under 32 bit.

Can anyone tell why it may not be working?www.findtripdeal.comis the site underquestions if you would like to see.

Thanks

I ran into this same issue and found I had to register the AJAX DLL's
manually into the GAC using the gacutil found in the server SDK.
 
D

densial

I ran into this same issue and found I had to register the AJAX DLL's
manually into the GAC using the gacutil found in the server SDK.

I had this, it was that I had moved from an older release to a newer
release (rtm). if it works on dev and not on live then try checking
your web.config, there's a lot of changes you have to make. in the end
I made a new web.config and copied over all the site specific stuff.

symptoms included full page postbacks rather than ajax postbacks and
some controls not working, especially in safari on a mac.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top