How do I solve this error in my application when I put it on my server?
Posted
by ashish bhatt
on Stack Overflow
See other posts from Stack Overflow
or by ashish bhatt
Published on 2009-02-10T06:24:41Z
Indexed on
2010/03/31
18:03 UTC
Read the original article
Hit count: 221
AJAX
|asp.net-2.0
When I deploy my ASP.NET application to my server I get this error:
add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
I have installed IIS and AJAX but this error occurs anyway.
What am I doing wrong?
© Stack Overflow or respective owner