Ajax client-side framework failed to load Asp.Net 4.0

后端 未结 13 1567
轮回少年
轮回少年 2020-12-08 07:56

I got a complicated problem with ASP.Net 4.0 Ajax....I started a website with Visual Studio 2010 on my machine,and added some update panels they used to work fine,but sudden

13条回答
  •  眼角桃花
    2020-12-08 08:20

    I have found that this is a possibly a caching/compression issue and by putting in the following into Web.Config, resolves the issue.

    
        
          
        
    
    

提交回复
热议问题