If you are working on asp.net mvc project and you publish using visual studio, sometimes you may face below error
This program is blocked by group policy. For more information, contact your system administrator
To fix this follow below two things
1. Add below lines in your web.config
2. Just remove all the contents inside the system.codedom tag in web.config file
Leave a Reply