Skip to content

Commit e95b6c3

Browse files
Merge pull request #1212 from telerik/didi/update-kbs
Didi/update kbs
2 parents 4f3caa9 + ec929a4 commit e95b6c3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

knowledge-base/trial-message.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Removing the Trial Message after Purchasing a License
33
page_title: Removing the Trial Message after Purchasing a License
44
description: I still see the trial message even though I have purchased and installed the commercial license.
55
type: troubleshooting
6+
published: False
67
slug: trial-message-commercial-license
78
res_type: kb
89
---

knowledge-base/unable-to-load-server-index-for-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The most common reasons for connectivity issues with the Telerik NuGet server ar
3333

3434
* Verify that you can access the Telerik NuGet server and the expected packages: open the <a href="https://nuget.telerik.com/v3/search?q=maui&prerelease=true&skip=0&take=100&semVerLevel=2.0.0" target="_blank">https://nuget.telerik.com/v3/search?q=maui&prerelease=true&skip=0&take=100&semVerLevel=2.0.0</a> URL directly in the web browser and enter your Telerik credentials in the prompt.
3535

36-
* As a result, you will see a JSON output with the NuGet packages and versions that are available for you. Depending on your license, search for `Telerik.UI.for.Maui` or `Telerik.UI.for.Maui.Trial`.
36+
* As a result, you will see a JSON output with the NuGet packages and versions that are available for you.
3737

3838
* If the above URL doesn't open, you are facing either a network issue or the Telerik NuGet server is temporarily unavailable.
3939

web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
<match url="^controls/busyindicator/custom-busy-content" />
113113
<action type="Redirect" url="controls/busyindicator/content" />
114114
</rule>
115+
<rule name="redirect-trial-message" enabled="true" stopProcessing="true">
116+
<match url="^knowledge-base/trial-message" />
117+
<action type="Redirect" url="installation/licensing/set-up-your-license" />
118+
</rule>
115119
<rule name="redirect-maskedentry-masked-types" enabled="true" stopProcessing="true">
116120
<match url="^controls/maskedentry/maskedentry-masked-types" />
117121
<action type="Redirect" url="controls/maskedentry/mask-types/overview" />

0 commit comments

Comments
 (0)