Troubleshooting
Web Portal
500.19 error on accessing Activate Web on a new install
5 min
summary a http 500 19 error can occur when iis is installed after the asp net core hosting bundle in this scenario, the asp net core module is not correctly registered with iis, which prevents the web application from loading the issue is resolved by repairing the asp net core hosting bundle installation symptoms when browsing to the activate web portal, iis returns http error 500 19 – internal server error the page cannot be displayed because the related configuration data for the page is invalid in many cases, the detailed error will reference aspnetcoremodulev2 aspnetcore configuration section an invalid module configuration cause the asp net core hosting bundle installs the required iis modules (including aspnetcoremodulev2) and registers them with iis if iis is not installed at the time the hosting bundle is installed the iis integration components are not correctly registered the aspnetcore handler and module mappings are missing iis cannot process asp net core applications installing iis afterwards does not automatically repair or register these components resolution repair the asp net core hosting bundle installation steps log on to the activate web server open control panel → programs and features locate microsoft asp net core hosting bundle select change choose repair and complete the wizard restart iis iisreset re test the activate web portal alternative method (reinstall) if repair does not resolve the issue uninstall the asp net core hosting bundle reboot the server reinstall the hosting bundle run iisreset verification after repair confirm the aspnetcoremodulev2 module is visible in iis manager under server → modules confirm the activate site loads without a 500 19 error prevention when building new activate web servers install iis first install required iis features install the asp net core hosting bundle deploy activate installing components in this order ensures iis integration is registered correctly