Thursday, July 8, 2021

What are different method of plugin storage?

 There are three plugin storage option

·         Database

·         Disk

·         GAC (Global Assembly Cache)

Database = Plugin.dll uploaded into the database
Disk = Plugin.dll is saved on the CRM server hard disk
GAC = Plugin.dll is loaded into the GAC on the CRM server

No comments:

Post a Comment

Featured Post

questions for improvement

using ExamTopics; using Newtonsoft.Json; using Microsoft.Web.WebView2.WinForms; using System; using System.Collections.Generic; using System...