Skip to content

Commit 4fe897c

Browse files
Merge pull request #80 from Syncfusion-Content/hotfix/hotfix-v19.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 99b86e2 + dbcb737 commit 4fe897c

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

aspnetmvc-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<li><a href="/aspnetmvc/licensing/licensing-errors">Licensing Errors</a></li>
2323
<li>Licensing FAQ
2424
<ul>
25+
<li><a href="/aspnetmvc/licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation">Is an internet connection required for Syncfusion Essential Studio license validation?</a></li>
2526
<li><a href="/aspnetmvc/licensing/licensing-faq/how-to-upgrade-from-trial-version-after-purchasing-a-license">How to upgrade from Trial version after purchasing a license?</a></li>
2627
<li><a href="/aspnetmvc/licensing/licensing-faq/where-can-i-get-a-license-key">Where can I get a license key?</a></li>
2728
<li><a href="/aspnetmvc/licensing/licensing-faq/registering-syncfusion-account-for-nuget-org-user">Registering Syncfusion account for direct NuGet.org user</a></li>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: post
3+
title: Licensing FAQ – Net need for ES license validation | Syncfusion
4+
description: Learn here some information about whether syncfusion Essential Studio license validation needs internet conncetion.
5+
platform: aspnetmvc
6+
control: Essential Studio
7+
documentation: ug
8+
---
9+
10+
# Is the internet required for Essential Studio license validation?
11+
12+
* Syncfusion license validation is done offline during application execution and does not require internet access.
13+
14+
* Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.

aspnetmvc/Licensing/registering-license-keys.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
1717
{% endhighlight %}
1818
{% endtabs %}
1919

20-
N> Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
20+
N> * Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
21+
* Syncfusion license validation is done offline during application execution and does not require internet access. Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.
2122

2223
### ASP.NET MVC
2324

0 commit comments

Comments
 (0)