Read containerization settings to determine project path, Windows Server SKU/version, ports, and custom configurations.
Determine the .NET Framework version from the .csproj file.
Select the appropriate Windows Server container image based on the .NET Framework version and specified settings.
Modify the web.config file to use configuration builders for environment variables.
Create the Dockerfile with instructions for base image, dependency installation, IIS configuration, and file copying.
Create or update the .dockerignore file with necessary exclusion patterns.
Generate a `progress.md` file to track changes.