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

后端 未结 13 1589
轮回少年
轮回少年 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:16

    I had the same problem and I solved it by run the command aspnet_regiis -i on the folder of the Framework 4.0 (on which my application ran). It was a problem on the Handler Mapping of IIS: this operation fix the problem for me. See also this post.

    Hope this could be helpful.

提交回复
热议问题