Enable ASP.NET bundling and minification

To use the ASP.NET Bundling and Minification feature in Sitefinity CMS, perform the following:

  1. Open your project in Visual Studio.
  2. Using the Package Management Console, install the following package:
    Install-Package Microsoft.AspNet.Web.Optimization
  3. Add a BundleConfig.cs file to your project.

    EXAMPLE: For more information, see BundleConfig.cs in Sitefinity documentation-samples on GitHub.

  4. Register the BundleConfig in the Global.asax file.

    EXAMPLE: For more information, see Global.asax.cs in Sitefinity documentation-samples on GitHub.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?