Enable TLS 1.1 and TLS 1.2 on Windows Server 2008 R2 and IIS 7.5
Enable TLS 1.1 and TLS 1.2 on Windows Server 2008 R2 and IIS 7.5 You are probably aware that SSL has […]
All around the world..
Enable TLS 1.1 and TLS 1.2 on Windows Server 2008 R2 and IIS 7.5 You are probably aware that SSL has […]
In the web.config add the following lines to system.web. <webServices> <protocols> <remove name=”Documentation” /> </protocols> </webServices> If you want to […]
Remove all attributes from HTML tags using TextWranlger: <tr(.|\n)*?> Change the <tr> to something else and it will look only […]
With this function you can enable the “Agree” checkbox at the end of the page only if the user scrolls […]
Add the following lines to the .htaccess file: AddType application/vnd.ms-word.document.macroEnabled.12 .docm AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx AddType application/vnd.ms-powerpoint.template.macroEnabled.12 potm […]