This is a migrated thread and some comments may be shown as answers.

[Solved] Documentation on Deployment is not clear

3 Answers 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Arun Selvarangam
Top achievements
Rank 2
Arun Selvarangam asked on 15 May 2008, 09:26 PM
The documentation for this Q1- 2008 release is very poor and esp. the coverage for deployment is completely a mess. Why cant they give a simple and explanatory installation and deployment notes?

The deployment is very easy in Q3 2007 ASP.Net RADControls. We wanted to deploy the same way as we did using the 2007version but no luck.

Can any one tell how to deploy the application by copying necessary dlls, files/ folders with out having a additional website for telerik?

i tried copying the dlls to my bin but still not working.

Regards,
Arun.K.S

3 Answers, 1 is accepted

Sort by
0
Christopher Bishop
Top achievements
Rank 2
answered on 15 May 2008, 09:40 PM
I was a little confused at first as well, as I only noticed one DLL file and spent about 10mins searching for the rad.window dll file...

All you have to do now is copy the Telerik.Web.UI.dll file to your bin folder and you are good to go...
0
Arun Selvarangam
Top achievements
Rank 2
answered on 15 May 2008, 09:49 PM
Thank you for the reply.

Do i need to make any specific changes in web.config? Can you provide some sample of web.config.

Thanks again,
Arun.K.S
0
Christopher Bishop
Top achievements
Rank 2
answered on 15 May 2008, 09:57 PM
If you are trying to upgrade you are going to have a lot of changes...

For example  
 
<%@ Register tagprefix="radW" namespace = "Telerik.WebControls" assembly="RadWindow.Net2" %> 
 
Now this tag covers all the controls.  
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> 
 
And then there are the suttle changes in web.config like  
  <appSettings> 
    <add key="Telerik.Skin" value="Black" /> 
  </appSettings> 
 
 

Not sure what all the keys are just started playing with the new controls a couple of days ago so I am sure there is more...

The upgrade process isn't that bad as it is for the most part just replacing 3 reg tags with 1 and then just doing a find and replace on the previous reg prefix tags...

 

Tags
General Discussions
Asked by
Arun Selvarangam
Top achievements
Rank 2
Answers by
Christopher Bishop
Top achievements
Rank 2
Arun Selvarangam
Top achievements
Rank 2
Share this question
or