The Artima Developer Community
Sponsored Link

.NET Buzz Forum
[Development] Encrypt ViewState in ASP.NET 2.0

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Damir Tomicic

Posts: 2504
Nickname: damir
Registered: Apr, 2004

Damir Tomicic is Microsoft Regional Director for Germany and INETA Lead
[Development] Encrypt ViewState in ASP.NET 2.0 Posted: Feb 21, 2006 9:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Damir Tomicic.
Original Post: [Development] Encrypt ViewState in ASP.NET 2.0
Feed Title: Damir Tomicic : community powered
Feed URL: http://tomicic.de/SyndicationService.asmx/GetRss
Feed Description: stuff about .NET, community and life - in several languages.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Damir Tomicic
Latest Posts From Damir Tomicic : community powered

Advertisement

Ganz nette Erweiterung [1].

To reduce the chance of someone intercepting the information stored in the ViewState, it is good design to encrypt the ViewState. You could do this in previous releases of ASP.NET, but the support for encryption has been improved in ASP.NET 2.0, allowing you to set this on a page-by-page basis.

Nur auf die richtige Schreibweise [2] achten:

<pages viewStateEncryptionMode="Auto" ... />

<%@Page ViewStateEncryptionMode="Auto"
... %> 

[1] http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/viewStateEncryp.asp
[2] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000007.asp



This weblog is sponsored by Axinom GmbH.

Read: [Development] Encrypt ViewState in ASP.NET 2.0

Topic: [Links] Einige interessante Links am Sonntag Previous Topic   Next Topic Topic: [News] Windows Vista(s)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use