diff --git a/aspnetmvc-toc.html b/aspnetmvc-toc.html
index 3513a410..a77be667 100644
--- a/aspnetmvc-toc.html
+++ b/aspnetmvc-toc.html
@@ -22,6 +22,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/aspnetmvc/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md b/aspnetmvc/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md
new file mode 100644
index 00000000..26117db9
--- /dev/null
+++ b/aspnetmvc/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: aspnetmvc
+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/aspnetmvc/Licensing/registering-license-keys.md b/aspnetmvc/Licensing/registering-license-keys.md
index 7820781a..3e5147dc 100644
--- a/aspnetmvc/Licensing/registering-license-keys.md
+++ b/aspnetmvc/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 MVC