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

We have installed Telerik but demo message is still there

3 Answers 1219 Views
General Information
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nikos
Top achievements
Rank 1
Nikos asked on 14 Jan 2016, 08:22 PM

Dear all,

we had installed the Telerik trial and after that we had bought the Telerik platform and installed it.

The problem is that the Telerik demo message is appeared some times when we call a web page in our server.

 Do you have an idea of what it might be wrong?

 

3 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 19 Jan 2016, 04:24 PM
Hello Nikos,

Thank you for contacting us.

Could you please share which is the Telerik product you are experiencing the issue with, as at this stage I am not sure about this.

Regards,
Kaloyan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Nikos
Top achievements
Rank 1
answered on 20 Jan 2016, 12:37 PM

Hello Kaloyan,

I am Athanasios Iliopoulos, on behalf of Nikos Papanikolaou.

The detailed situation about the case is the following:

  • Telerik product purchased: DevCraft Complete (Developer License with Subscription and Priority Support)
  • Telerik product on wich we are experiencing this issue: UI for ASP.NET AJAX

Actually we are using telerik controls (UI for ASP.NET AJAX) in an already existing Visual Studio (2015) Web Forms project. We have configured/imported telerik in web application's web.config file and we have start building a small part of our application using several telerik controls.

Telerik platform is installed on the same workstation (we have installed and logged in to the telerik control panel) however when we refresh our telerik web pages (.aspx) a message appears:

 "Thank you for using the Trial Version of Telerik UI for ASP.NET AJAX to build more powerful applications faster. Purchase the Commercial Version now to get access to all product updates and the Telerik expert support."

on top of each telerik controls.

How could we enable our license on this web application (in Visual Studio)?

I am attaching below all the parts of web.config, related to the telerik controls and platform.

We would appreciate a fast and accurate response since we would like to have our licensed version of product to be enabled.

Best,
Athanasios Iliopoulos
PS. Could you please forward/CC your answer - if possible - to: thiliopoulos@gmail.com?

<?xml version="1.0"?>
 
<configuration>
  <configSections>
    ...
  </configSections>
  <system.net>
    <mailSettings>
      <smtp from="xxx@yyyy.com">
        ...
      </smtp>
    </mailSettings>
  </system.net>
  <!--Application Settings /-->
  <appSettings>
    ...
    <add key="Telerik.Skin" value="Bootstrap"/>
    <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/>
    <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/>
  </appSettings>
  <connectionStrings>
    ...
  </connectionStrings>
   
  <system.web>
    <identity impersonate="true" userName="xxx\yyyyyyy" password="zzzzzz"/>
    <httpRuntime executionTimeout="24000" maxRequestLength="716800" shutdownTimeout="24000" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" targetFramework="4.5.2"/>
    <httpHandlers>
      <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false"/>
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/>
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false"/>
      <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false"/>
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>
    </httpHandlers>
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.5">
      <assemblies>
        <!-- add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxxxxxx"/-->
      </assemblies>
    </compilation>
    <customErrors mode="Off"/>
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <namespaces>
        ...
      </namespaces>
      <controls>
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
      </controls>
    </pages>
    <authentication mode="Forms">
      ...
    </authentication>
    <authorization>
      <allow users="?"/>
    </authorization>
    <membership defaultProvider="SqlProvider">
      <providers>
        ...
      </providers>
    </membership>
    <anonymousIdentification enabled="true"/>
    <!--User Profile Settings /-->
    <profile defaultProvider="sqlprofileprovider">
      <providers>
        ....
      </providers>
      <properties>
        ...
      </properties>
    </profile>
    <roleManager enabled="true" defaultProvider="SqlRoleManager">
      <providers>
        ....
      </providers>
    </roleManager>
    <siteMap enabled="true">
      <providers>
        <clear/>
       ...
      </providers>
    </siteMap>
    <machineKey validation="SHA1" validationKey="bbbbbbbbbbbbbbbbbbbbbbbbbbbb" decryption="Auto" decryptionKey="nnnnnnnnnnnnnnnnnnnnnnn"/>
  </system.web>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <handlers>
      <remove name="ChartImage_axd"/>
      <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode"/>
      <remove name="Telerik_Web_UI_SpellCheckHandler_axd"/>
      <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode"/>
      <remove name="Telerik_Web_UI_DialogHandler_aspx"/>
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode"/>
      <remove name="Telerik_RadUploadProgressHandler_ashx"/>
      <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode"/>
      <remove name="Telerik_Web_UI_WebResource_axd"/>
      <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode"/>
    </handlers>
  </system.webServer>
  <system.webServer>
    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="4294967295"/>
        <verbs>
          <add verb="POST" allowed="true"/>
        </verbs>
        <fileExtensions>
          <add fileExtension=".zip" allowed="true"/>
        </fileExtensions>
      </requestFiltering>
    </security>
  </system.webServer>
  <!--Role Security Policy /-->
  ...
</configuration>
0
Nencho
Telerik team
answered on 21 Jan 2016, 09:56 AM
Hello Athanasios,

In order to get ride of the Trial Message, you should simply replace the trial dlls with the licensed ones. I would suggest you to refer to the following documentation article, providing detailed steps on how to achieve this:

http://docs.telerik.com/devtools/aspnet-ajax/installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version

and below you can find a shorten (6 steps) version of the above provided article:

http://www.telerik.com/blogs/upgrade-the-version-of-your-telerik-asp.net-controls-in-6-easy-steps


Hope this information helps.

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Information
Asked by
Nikos
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Nikos
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or