hi,
we have developed our web page with AJAX and now we are in a stage to deploy our portal to the client. since we have used the ASPAJAXCTP.msi, we need to install in the clients place. is there any method to check whether AJAX tool kit has been installed already if not then install. can we check like this?hope some one can help me on this. thanks in advanceYou can deploy the AJAX 1.0 in two ways:
1. By copying the AJAX dll files in bin folder of the application -> for this application should run full trust mode
2. You can place all the dll files in GAC
Its recommend deploying ASP.NET AJAX 1.0 in the GAC rather than the \bin directory. The main reason for this is that when we need to-do any updates like security fixes, critical updates, etc
it will be easy.
but when i started development in ajax i have installed these two setup. we dont need to install this in clients place? only the dll will do? is this right? please give your comments.
ASPAJAXCTP.msi , ASPAJAXExtSetup.msiYes you are correct.
No comments:
Post a Comment