MAS0003: Global Assembly Cache (GAC)
AdminStudio 2022 | 23.0 | Application Manager
Edition:This test is included in AdminStudio Professional and Enterprise Editions.
The GAC is not supported in Azure websites. If your application references assemblies which you usually deploy to the GAC, you will need to deploy to the application bin folder on Azure websites.
Test Group/Test Category
Remote Application Publishing Compatibility/Azure Application Services Tests
Severity
Warning
Message
Identified the presence of GAC assembly in this path [ASSEMBLY_NAME]. These need to be deployed to the Application bin folder on Azure websites.
Resolution
Deploy the GAC dlls along with application bin folder on Azure Websites.
See Also