One of the text boxes in my web form is configured to allow HTML tags to be submitted to the server. However, I have noticed that all HTML tags are working except for the meta tag. Do I need to make any configuration changes on the IIS side to enable this functionality?
Initially, I suspected that the issue might be related to SSL since the code works fine on our DEV machine but not on the live server where the same code has been deployed.