You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/work-with-controls/security.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Also, go through the [FAQ section]({%slug asyncupload-security%}#frequently-aske
49
49
50
50
*[How to encrypt the Telerik appSettings keys]({%slug common-how-to-encrypt-the-telerik-appsettings-keys%}) - In some cases you may want to avoid storing information in plain text to improve security. The article will guide you how to do encrypt the appSetting section of the web.config using the aspnet_regiis tool.
51
51
52
-
***Ecrypt ViewState** - ViewState gets encrypted by default after ASP.NET 4.5 and MAC-ed after ASP.NET 4.5.2. For the earlier versions you have the options to enable the ViewState encryption by setting the *ViewStateEncryptionMode* and *EnableViewStateMAC* attributes in web.config or page directive as suggested in [Security Briefs - View State Security](https://learn.microsoft.com/en-us/archive/msdn-magazine/2010/july/security-briefs-view-state-security):
52
+
***Encrypt ViewState** - ViewState gets encrypted by default after ASP.NET 4.5 and MAC-ed after ASP.NET 4.5.2. For the earlier versions you have the options to enable the ViewState encryption by setting the *ViewStateEncryptionMode* and *EnableViewStateMAC* attributes in web.config or page directive as suggested in [Security Briefs - View State Security](https://learn.microsoft.com/en-us/archive/msdn-magazine/2010/july/security-briefs-view-state-security):
53
53
54
54
````XML
55
55
<configuration>
@@ -63,4 +63,6 @@ The official recommendation by Microsoft is to upgrade to at least .NET 4.8 as n
63
63
64
64
*[Embedded jQuery Security]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/using-jquery/using-jquery%}#embedded-jquery-security) - find out how the Telerik team has modified and secured the jQuery version distributed by the suite.
65
65
66
+
* Last but not least perform regular upgrades to the latest Telerik UI for ASP.NET AJAX version since this will ensure security, stability and support for the latest modern browsers. You can find upgrade instructions [here]({%slug introduction/installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version%}).
0 commit comments