I have just found that there is a latest 2008.1.515 is available. I downloaded the hotfix version and replaced the existing files in c:\telerik\...\bin\*.*.
My questions:
1. besides the dll files, do i have to update the modules and handlers settings in web.config? It is still pointing to 1.415 as follows:
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
validate="false" />
<add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
validate="false" />
<add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
validate="false" />
2. should I replace the spell-check files in app_data as well?
Besides, when deploying to the server, do I have to run installation on the server before copying my project files? (I do not use GAC.) Or just copy the \BIN\*.DLL along with other files.
Thanks