Hi All,
This many be very basic question. We have a server which .net 2.0 build but without ASP.Net AJAX installed. I have built ajax application and when deployed it said
"Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (D:\inetpub\wwwroot\apps\toolkitsample\web.config line 40)"
Installing ASP.Net AJAX application will install 'System.Web.Extensions in GAC. Since this is not done on our server, i mnaully copied this dll to my BIN directory. Now, the application is working fine! Was there a problem in this approach?
one more Q:
So, it means that i can follow the same approach with a private hosting provider if they havent installed ASP.Net AJAX on their server? i,e. copying 'System.Web.Extensions to bin folder..
Could someone clarify?
Thanks in advance!
Regards,
Sathish