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

New Installation on .Net 4.0

1 Answer 30 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Robin
Top achievements
Rank 1
Robin asked on 20 May 2014, 06:17 PM

We have out first Telerik application ready for deployment on a server. We have .Net 4.0 and are developing in C#, using Telerik UI for ASP.NET AJAX

Do we need to install any software on the server? Could you point me to the appropriate documentation.

Regards,

Robin

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 22 May 2014, 02:19 PM

Hi Robin,

Here are the system requirements: http://www.telerik.com/aspnet-ajax/tech-sheets/system-requirements.

Essentially, you need MS AJAX installed as an addition to .NET 4. It usually comes with the VS installation. You can test if it is available by deploying a small test site that has only a script manager, asp:UpdatePanel and a button inside. If  this works fine (no script errors, no broken requests, no server errors, partial postbacks being performed), then deploying the app with our controls should work just fine. You would only need to make sure the referenced assemblies are copied over too (in case of BIN deployment) or that our assemblies are added to the GAC (in case you reference them from the GAC in the project).


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Installer and VS Extensions
Asked by
Robin
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or