Saturday, March 24, 2012

Deploying AJAX.NET

Hi,

I just wondering how can we deploy AJAX.net in our setup. Did our client will need to install AJAX.NET and our application, or can we embed the dll in our bin folder... The installation guide as this note...

In the installation Guide its wrote:

note

The installation process installs the ASP.NET AJAX assembly (System.Web.Extensions.dll) in the global assembly cache (GAC). Do not include the assembly in the Bin folder of your AJAX-enabled Web site.

Please help!!

Best Regards

Marc-Antoine Latour
Strategia Communications
http://www.strategia-ed.com

Hey,

You need to install ASP.NET AJAX on the server where you are running your site. When that is done you need to configure the webconfig file. There is a guide on asp.net that helps you with this configuration.

It is not possible to include the dll in the bin folder and your client does NOT need to install anything.

/Sebastian


Ok what I understand, its that there is no way to include AJAX.NET setup into our application setup. Can we add the AJAX.NET setup files in our application cd-rom? If so we could add a prerequisite into our setup to ensure that our clients install the proper version of AJAX.NET.

Best regards,

Marc-Antoine Latour

No comments:

Post a Comment