diff --git a/aspnet-core-toc.html b/aspnet-core-toc.html
index 6c5d48d4..bd8c7f7e 100644
--- a/aspnet-core-toc.html
+++ b/aspnet-core-toc.html
@@ -26,6 +26,7 @@
Licensing Errors
Licensing FAQ
+ - Is an internet connection required for Syncfusion Essential Studio license validation?
- How to upgrade from Trial version after purchasing a license?
- Where can I get a license key?
- Registering Syncfusion account for direct NuGet.org user
diff --git a/aspnet-core/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md b/aspnet-core/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md
new file mode 100644
index 00000000..747ae6c7
--- /dev/null
+++ b/aspnet-core/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md
@@ -0,0 +1,14 @@
+---
+layout: post
+title: Licensing FAQ – Net need for ES license validation | Syncfusion
+description: Learn here some information about whether syncfusion Essential Studio license validation needs internet conncetion.
+platform: aspnetcore
+control: Essential Studio
+documentation: ug
+---
+
+# Is the internet required for Essential Studio license validation?
+
+* 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.
\ No newline at end of file
diff --git a/aspnet-core/Licensing/registering-license-keys.md b/aspnet-core/Licensing/registering-license-keys.md
index abf6c2ca..9714f479 100644
--- a/aspnet-core/Licensing/registering-license-keys.md
+++ b/aspnet-core/Licensing/registering-license-keys.md
@@ -17,7 +17,8 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
{% endhighlight %}
{% endtabs %}
-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.
+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.
+* 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.
### ASP.NET Core