Sunday, May 2, 2021

Why only Sandbox mode in MS CRM 365 Online version

Recently I have been asked, Why we can register the plugin only in Sandbox mode in MS CRM 365 online version? Well I am sure most of you are also having same kind of question in your mind.

First of all lets understand what is Sandbox mode -

So basically Sandbox mode is introduced which can be use for Testing or Isolated environment where untested code will deployed to test. It can be used in Information Security as well.

When we use Sandbox mode for development it applies filters or we can say some restrictions like-

1. Only HTTP and HTTPS protocols are allowed

2. You should use named web address that means IP address not allowed.

3. No system/server registry access in Sandbox mode

4. Cant access local file system

5. Localhost access is not allowed.

6. External DLL access and also can't access the DLL which are registered in GAC.

This will be helpful in stopping the malicious code to execute in the local System of the Server. This enhances the system security levels.

Hope this will help

No comments:

Post a Comment

QueryExpression vs. FetchXML in MS CRM with C#

Microsoft Dynamics CRM (Customer Relationship Management) is a powerful platform that helps organizations streamline their business processe...