Skip to content

Commit 73e1d6a

Browse files
committed
docs(security): add info for upgrade
1 parent ab29583 commit 73e1d6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

getting-started/work-with-controls/security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Also, go through the [FAQ section]({%slug asyncupload-security%}#frequently-aske
4949

5050
* [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.
5151

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):
5353

5454
````XML
5555
<configuration>
@@ -63,4 +63,6 @@ The official recommendation by Microsoft is to upgrade to at least .NET 4.8 as n
6363

6464
* [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.
6565

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%}).
67+
6668

0 commit comments

Comments
 (0)