I have just written an application using the 2008.3.1314.35 version of the UI.dll. I am wanting to deploy it now. The only problem, is that it is an upgrade to an old 1.1 app and I have about 230 clients using it. I would like to get rid of the following in the web.config so that when I get a new version of the UI.dll I don't have to go to each web.config to chagnge Version information. I am aware of installing it to the GAC, but how would I reference it from the web.config file. Obviously, I get an error everytime I take this line out. Any ideas on best practice for deployment?
<
add assembly="Telerik.Web.UI, Version=2008.3.1314.35, Culture=neutral, PublicKeyToken=121FAE78165BA3D4"/>