If I have an Ajax website that I want to copy to the hosting server,
But the hosting server didn't install AJAX,
Is it enough just to include ajax dll within my bin folder, and my web site will function well,
Or AJAX must be also installed on the hosting server ?
Thanks.
>> Is it enough just to include ajax dll within my bin folder, and my web site will function well,
>> Or AJAX must be also installed on the hosting server ?
The hosting Server should have AJAX installed. Otherwise your aspx pages uses AJAX controls will not work.
1. If the server has AJAX installed, I don't need the ajax dll at my bin folder ?
2. What about AjaxToolkit ? I just there is not server installation needed, just the DLL at my bin folder, amI right ?
3. By the way, what are the language extension folders been created under my bin folder, while adding reference to AjaxToolKit ?
If I need only English support, can I delete these folders ?
(And anyway, what these resource dll within these folders hold ? error text messages ?)
Thank you.
david79:
1. If the server has AJAX installed, I don't need the ajax dll at my bin folder ?
Yes, it's not needed. The assembly will be loaded from GAC.
david79:
2. What about AjaxToolkit ? I just there is not server installation needed, just the DLL at my bin folder, amI right ?
Yes, it's enough.
david79:
3. By the way, what are the language extension folders been created under my bin folder, while adding reference to AjaxToolKit ?
If I need only English support, can I delete these folders ?
(And anyway, what these resource dll within these folders hold ? error text messages ?)
Yes, you can delete them. Those satellite assembly contains all text messages for different language.
No comments:
Post a Comment