AJAX Update Panels not showing up

Discussion in 'ASP.NET / ASP.NET Core' started by derekKenney, Sep 1, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Mark,

    I'm in the process of migrating some sites from my previous host to Discount ASP.NET. I'm not getting any assembly reference errors, but none of my Ajax controls are showing up in the new site I created. These sites had been working on my previous hosting environment. Any suggestions would be helpful as I need to get these client's sites back up and running.

    Thanks,
    Derek Kenney
    Sunlight Software
     
  2. The plot thickens. I moved the same source code that I have in my subdirectory into root and the update panels are working. Therefore it has to be an ajax assembly reference error I guess. However, I'm not getting any stack trace error. Can you give me some info on how I'm supposed to setup Ajax within subdirectories. As I understand it, the assembly references are supposed to be in your site's root bin.

    Thanks
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    are you on iis6 or iis7?
     
  4. IIS 7.0. I figured it out. I put my web.config file in the root directory, even though it was specific for my subdirectory. Can you give me a short description on how I should be using web.configs for subdirectories on the DASP servers?
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    on IIS7, ajax 1.0 is not installed. Only version 3.5 is installed.

    As for web.config, it should automatically inherit into the sub folders.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page