ASP.NET AJAX

Discussion in 'ASP.NET 2.0' started by jackharper, May 25, 2007.

  1. Hi.

    I have just registered today for hosting, and have been allocated a temporary area until my hosting is properly set up. I uploaded an ASP.NET AJAX page, and am receiving the following error;

    Unknown server tag 'asp:ScriptManager'.

    If you wish, you can view it yourselves at the following URL:

    http://kiranccouk0.web132.discountasp.net/Portfolio/courseDirectory.aspx

    Does this temporary area support AJAX? Or will it be that the page will only work when I get my proper hosting area?

    I suspect that the temporary area might not support AJAX, because I don't get this on my localhost server..

    Any help would be appreciated. Thanks.
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Your Alternative URL resolves to your live hosting space which does support AJAX. When your domain resolves to our location, it will pull up the content you have uploaded with your Alternative FTP address.

    Eric
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Bruce

    Bruce DiscountASP.NET Staff

  4. Bruce

    Bruce DiscountASP.NET Staff

  5. Hi.

    Sorry for the late reply. I am using AJAX 1.0
     
  6. Make sure ,you have all the appropriate settings for AJAX controls to work , inyour web.config.Attached is a sample web.config for the demo application-http://daspstaff00.web120.discountasp.net/AJAXGAC/default.aspx) .

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

    Attached Files:

    • Web.zip
      File size:
      1.4 KB
      Views:
      256
  7. The error message is no longer coming up, because I had to make the directory an application, (AjaxControlToolkit.dll is in my application's bin directory). However, my page is just showing up without the AJAX effects. I am using an accordion menu.

    Please check out the following URL:

    http://kiranc.co.uk/portfolio/bppPC/courseDirectory.aspx

    This URL should be correct.

    Thanks
     
  8. I have got the same problem.
    in local machine my ajax aplication is working proparly (my modal popup)
    but in DASP server's my ajax functions are not working.


    I am searching for it for 2 days but still couldn't find any solution...
     
  9. Do you get any error messages? If you do can you paste a copy of the error message on this forum. When Microsoft came out with AJAX, they have the beta version.
     
  10. Attached Files:

  11. Hi. Thanks for your help Vikram. I will look into this during my lunch break!
     
  12. I'm still doing something wrong...

    One question; on the demo page, what prefix have the ajax controls been given? (i.e. <ajaxToolkit:Accordion>, <asp:Accordion>, <cc1:Accordion> ?) Assuming the web.config is OK, (having taken the one you've kindly provided) I can afford to rule that out. This must mean something is wrong in my referencing the controls....

    If you could perhaps post the actual aspx file for the demo, this would be really helpful to me in diagnosing where I'm going wrong, (because I'm not able to view the code I need to see whilst actually visiting the page).

    Many thanks.
     
  13. Thanks Vikram.

    I have gotten the demo to work on my website. I had to make the demo a web application. I didn't know I had to do this. I remember reading somewhere that I could make the root folder a web application, but looks like I had to make the specific directory a web application too. Oh well, you live and learn. The main thing is that it works. Many thanks.

    Kiran
     

Share This Page