Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to check if an application is using telerik web ui?


Asked by Julius Vargas on Dec 13, 2021 Web Services



The simplest way to check if the application is using Telerik Web UI is to view its HTML source code. TIP #1: There are times where you’ll not find exactly the string Telerik.Web.UI from the HTML code. However, if you find the string Telerik, just keep on browsing the other pages of the application and search for the string Telerik.Web.UI again.
Additionally,
However, there are cases where the version is not located right next to the string “ Telerik.Web.UI ”. Another way to identify the version of Telerik Web UI is by going through the HTML comments just like here. Once you have the version information, cross-reference it with the list of vulnerable versions.
Likewise, This article explains the entries a Telerik-enabled Web Site or Web Application has. There are several mandatory additions, and a number of optional configuration settings: For the controls from the Telerik® UI for ASP.NET AJAX suite to function, the needed HTTP handlers must be registered in the web.config ( Example 1 ).
Keeping this in consideration,
The easiest way to get the Telerik UI for ASP.NET AJAX controls in your project is to: Install the Telerik AJAX Visual Studio Extensions. You can easily do this in Visual Studio - go to Tools > Extensions and Updates > search the Online Visual Studio Marketplace for "telerik asp.net ajax vsextensions".
Also,
The Telerik templates for Visual Studio allow you to kick-start your application development by creating a new project that has all required resources that enable you to use the Telerik controls. But if you need to add the Telerik controls to an already existing project, see the instructions in Adding the Telerik Controls to Your Project.