This is a migrated thread and some comments may be shown as answers.

Deployment of Prometheusable applications

3 Answers 115 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Henrik Brinch
Top achievements
Rank 2
Henrik Brinch asked on 25 Apr 2007, 06:00 AM
Please disregard my lack of knowledge of ASP.NET Ajax from Microsoft - but could someone tell be if it is necessary to install ASP.NET Ajax on systems that is deployed to or is possible just to deploy the assemblies in the application bin (I guess it will contain the necessary ASP.NET Ajax components right?).

3 Answers, 1 is accepted

Sort by
0
surfer
Top achievements
Rank 1
answered on 25 Apr 2007, 06:04 AM
You just need the assembly, System.Web.Extensions (v 1.0.61025.0). You can either copy it just to the /bin folder of your web-app, or add it to the GAC  (c:\window\assembly folder) of your production server.
0
Todd Anglin
Top achievements
Rank 2
answered on 25 Apr 2007, 03:50 PM
Henrick-

Surfer is correct. When you ASP.NET AJAX enable your website, you must install the System.Web.Extensions assembly on the server and add a ScriptManager to your pages. The ScriptManager performs the task of putting the correct JavaScript files on the page that make all of ASP.NET AJAX's client-side functions work (the JS files are pulled from the System.Web.Extensions assembly as WebResources).

You do not have to install anything on client machines browsing your site. Everything will be automatically downloaded as normal JS, HTML, and CSS.

Thanks~
Todd
0
Henrik Brinch
Top achievements
Rank 2
answered on 25 Apr 2007, 08:06 PM
This makes sense.

Guess I'll check the Microsoft license to see if it is allowed to distribute the assembly with applications or you have to use the installation package. 

Best Regards,

Henrik Brinch,
TriGemini
Tags
Ajax
Asked by
Henrik Brinch
Top achievements
Rank 2
Answers by
surfer
Top achievements
Rank 1
Todd Anglin
Top achievements
Rank 2
Henrik Brinch
Top achievements
Rank 2
Share this question
or