My Ajax enabled website is working fine in my local system. But
when i upload it in the server the Ajax.Ajaxmethod() is returning null
value. Whether we have to enable anything on server. We installed
ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
Anything else needs to be done?
On Wed, Nov 5, 2008 at 10:24 AM, Blessy <blessy....@gmail.com> wrote:
> Hi all,
> My Ajax enabled website is working fine in my local system. But > when i upload it in the server the Ajax.Ajaxmethod() is returning null > value. Whether we have to enable anything on server. We installed > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions, > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin. > Anything else needs to be done?
have you register the page on page load event where you use ajax and i think there is some changes have to done in web.config file...................
On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> Hi all,
> My Ajax enabled website is working fine in my local system. But > when i upload it in the server the Ajax.Ajaxmethod() is returning null > value. Whether we have to enable anything on server. We installed > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions, > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin. > Anything else needs to be done?
can you please check once the Web.Config file and all entries(relating to ajax), and any static URLs used for calling the webservices, etc., otherwise try one page without ajax on the remote server.
On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> Hi all,
> My Ajax enabled website is working fine in my local system. But > when i upload it in the server the Ajax.Ajaxmethod() is returning null > value. Whether we have to enable anything on server. We installed > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions, > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin. > Anything else needs to be done?
> can you please check once the Web.Config file and all entries(relating to
> ajax), and any static URLs used for calling the webservices,
> etc., otherwise try one page without ajax on the remote server.
> Regards
> Murty
> On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> > Hi all,
> > My Ajax enabled website is working fine in my local system. But
> > when i upload it in the server the Ajax.Ajaxmethod() is returning null
> > value. Whether we have to enable anything on server. We installed
> > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
> > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
> > Anything else needs to be done?
Thanks all for ur response. I have registered Ajax in Page load. Also
have done the changes related to Ajax on web.config also. I'm getting
the error 500 when callback happens.
On Nov 5, 4:36 pm, "Venkat Chandu" <venkatdotne...@gmail.com> wrote:
> can you please check once the Web.Config file and all entries(relating to
> ajax), and any static URLs used for calling the webservices,
> etc., otherwise try one page without ajax on the remote server.
> Regards
> Murty
> On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> > Hi all,
> > My Ajax enabled website is working fine in my local system. But
> > when i upload it in the server the Ajax.Ajaxmethod() is returning null
> > value. Whether we have to enable anything on server. We installed
> > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
> > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
> > Anything else needs to be done?
Step 1. you have to register the class in the Page Load Step 2. <httpHandler> entry in the Web.Config Step 3. Ajax.dll in the Bin folder Step 4. before class method should have [Ajax.AjaxMethod]
if you are using AJAX enabled website or [tool kit], check the Web.config.
Otherwise please let me know the code, i will let you know.
On Thu, Nov 6, 2008 at 10:09 AM, Blessy <blessy....@gmail.com> wrote:
> Thanks all for ur response. I have registered Ajax in Page load. Also > have done the changes related to Ajax on web.config also. I'm getting > the error 500 when callback happens.
> On Nov 5, 4:36 pm, "Venkat Chandu" <venkatdotne...@gmail.com> wrote: > > HI,
> > can you please check once the Web.Config file and all entries(relating to > > ajax), and any static URLs used for calling the webservices, > > etc., otherwise try one page without ajax on the remote server.
> > Regards > > Murty
> > On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> > > Hi all,
> > > My Ajax enabled website is working fine in my local system. But > > > when i upload it in the server the Ajax.Ajaxmethod() is returning null > > > value. Whether we have to enable anything on server. We installed > > > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions, > > > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin. > > > Anything else needs to be done?
> Thanks all for ur response. I have registered Ajax in Page load. Also
> have done the changes related to Ajax on web.config also. I'm getting
> the error 500 when callback happens.
> On Nov 5, 4:36 pm, "Venkat Chandu" <venkatdotne...@gmail.com> wrote:
> > HI,
> > can you please check once the Web.Config file and all entries(relating to
> > ajax), and any static URLs used for calling the webservices,
> > etc., otherwise try one page without ajax on the remote server.
> > Regards
> > Murty
> > On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> > > Hi all,
> > > My Ajax enabled website is working fine in my local system. But
> > > when i upload it in the server the Ajax.Ajaxmethod() is returning null
> > > value. Whether we have to enable anything on server. We installed
> > > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
> > > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
> > > Anything else needs to be done?
On Thu, Nov 6, 2008 at 8:06 PM, Blessy <blessy....@gmail.com> wrote:
> Please help me...
> On Nov 6, 9:39 am, Blessy <blessy....@gmail.com> wrote: > > Thanks all for ur response. I have registered Ajax in Page load. Also > > have done the changes related to Ajax on web.config also. I'm getting > > the error 500 when callback happens.
> > On Nov 5, 4:36 pm, "Venkat Chandu" <venkatdotne...@gmail.com> wrote:
> > > HI,
> > > can you please check once the Web.Config file and all entries(relating > to > > > ajax), and any static URLs used for calling the webservices, > > > etc., otherwise try one page without ajax on the remote server.
> > > Regards > > > Murty
> > > On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:
> > > > Hi all,
> > > > My Ajax enabled website is working fine in my local system. But > > > > when i upload it in the server the Ajax.Ajaxmethod() is returning > null > > > > value. Whether we have to enable anything on server. We installed > > > > ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions, > > > > System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin. > > > > Anything else needs to be done?