I have an ASP.NET and AJAX question.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BobQuinn
    New Member
    • Feb 2010
    • 7

    I have an ASP.NET and AJAX question.

    I'm using Visual Web Developer 2008 Express with the AJAX control toolbox.
    I've created a web page using controls from the AJAX tool kit.
    When I preview the page in the browser from the IDE it looks fine.
    When I upload the page to a server and try to view the page in IE, none
    of the AJAX controls are there. Would anyone be able to explain this?
    BQ
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Is the Ajax Control Toolkit installed on the server?

    -Frinny

    Comment

    • BobQuinn
      New Member
      • Feb 2010
      • 7

      #3
      I didn't install anything on the server. I assumed the AJAX files were included in my ASPX project.

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        No, it is not installed, you need to install it manually.

        AJAX Download

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #5
          BobQuinn, you have to install the Ajax Extensions on the server or else the server will not have the resources necessary for your application to work.

          :)

          -Frinny

          Comment

          • Manikrag
            New Member
            • Jun 2009
            • 62

            #6
            you guys are right

            install ajax msi file on server - in my case it was ASPAJAXExtSetup .msi and copy AjaxControlTool kit.dll under your bin directory

            Comment

            • BobQuinn
              New Member
              • Feb 2010
              • 7

              #7
              Sorry about the lengthy delay here, I've been busy with a lot of projects.
              I still have my problem, however.

              The website project runs fine on my development machine.
              All the AJAX controls display as expected.

              Then I copy the website up to the internet server on MISK .com.
              I get all the files and folders including the AjaxControlTool kit.dll in the bin folder.

              I don't quite understand your suggestion to run the ASPAJAXExtSetup .msi on the server. How would I do that?

              Comment

              • BobQuinn
                New Member
                • Feb 2010
                • 7

                #8
                Hi guys - I just got an answer to my question. The server I'm using for upload and testing doesn't support active server pages. ASP won't work. I'll have to try a different server for testing. I appreciate your input.
                Bob

                Comment

                Working...