Required .NET Framework Version¶
The CONPROSOFT web application targets .NET Framework 4.8, as defined in the web.config compilation settings.
Requirements¶
- Install .NET Framework 4.8 Runtime on the web server.
- Ensure the IIS Application Pool for the site is configured to use:
.NET CLR Version v4.0- Integrated pipeline mode
Verification¶
To verify that the correct framework is being used:
- Open IIS Manager.
- Check the Application Pool assigned to the site.
- Confirm .NET CLR version is set to v4.0.
- Confirm that the server has .NET Framework 4.8 installed via “Programs and Features” or registry checks (if required by local policies).
Any server upgrades or changes impacting the .NET Framework should be tested in a non-production environment before being applied to Production.