Ajax issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arnab das

    Ajax issue

    My ajax enabled website is fine in my development machine when it is
    run from vs 2005.When I publisg the project and upload that in server
    I am getting an Java Script error- 'AjaxControlToo lkit' is undefined.

    Thanks in advance for help.
  • Tony Bushell

    #2
    Re: Ajax issue

    Arnab,

    Sorry to sound quite obvious, but have you tried CTRL-F5 on viewing the
    site. It has helped me in the past and I see around the web that a number of
    other people are having the same problem with this Resolve.

    Tony Bushell.

    Comment

    • Arnab das

      #3
      Re: Ajax issue

      No,CTRL-F5 doesnot work for me.

      Actually my project builds fine on my localhost, but when deployed to
      another server I get that "'AjaxControlTo olkit' is not defined" error
      in the javascript created by the control.


      Tony Bushell wrote:
      Arnab,
      >
      Sorry to sound quite obvious, but have you tried CTRL-F5 on viewing the
      site. It has helped me in the past and I see around the web that a number of
      other people are having the same problem with this Resolve.
      >
      Tony Bushell.

      Comment

      • Cowboy \(Gregory A. Beamer\)

        #4
        Re: Ajax issue

        You are somehow missing some of the client side scripts. That is what causes
        the error. Not sure why, but I would start debugging looking at what is, and
        is not, on the server. Examining your temporary internet files is one place
        to look (clear them out first to make this easy).

        --
        Gregory A. Beamer
        MVP, MCP: +I, SE, SD, DBA

        Subscribe to my blog


        or just read it:


        *************** *************** *************** ****
        | Think outside the box!
        |
        *************** *************** *************** ****
        "Arnab das" <arnabit@gmail. comwrote in message
        news:efd4b0f0-8115-4ece-9d7d-b3ec0ce713f0@e5 3g2000hsa.googl egroups.com...
        My ajax enabled website is fine in my development machine when it is
        run from vs 2005.When I publisg the project and upload that in server
        I am getting an Java Script error- 'AjaxControlToo lkit' is undefined.
        >
        Thanks in advance for help.

        Comment

        • David

          #5
          Re: Ajax issue

          Is the Ajax toolkit installed on the server?

          Do you have the Ajax lines in the web.config? (If the site was previously
          deployed, you may have chosen not to overwrite the web.config)

          --
          Best regards,
          Dave Colliver.

          ~~
          http://www.FOCUSPortals.com - Local franchises available


          "Arnab das" <arnabit@gmail. comwrote in message
          news:0691edbd-f204-4f60-a269-246487312ce1@m3 g2000hsc.google groups.com...
          No,CTRL-F5 doesnot work for me.
          >
          Actually my project builds fine on my localhost, but when deployed to
          another server I get that "'AjaxControlTo olkit' is not defined" error
          in the javascript created by the control.
          >
          >
          Tony Bushell wrote:
          >Arnab,
          >>
          >Sorry to sound quite obvious, but have you tried CTRL-F5 on viewing the
          >site. It has helped me in the past and I see around the web that a number
          >of
          >other people are having the same problem with this Resolve.
          >>
          >Tony Bushell.

          Comment

          Working...