- Start Visual Studio and click on File | New| Project... and create a new Visual C# | Web | ASP.NET Web Application with the Web Forms template, say WebApplication:
- Install the Puma.Security.Rules analyzers NuGet package (at the time of writing, the latest stable version is 1.0.4). For guidance on how to search and install analyzer NuGet package to a project, refer to the recipe, Searching and installing analyzers through the NuGet package manager, in Chapter 2, Consuming Diagnostic Analyzers in .NET Projects.
- Select Web.config in the solution explorer and change its build action from Content to AdditionalFiles using the ...