I want to use the code from this post in a base page that every page on my website inherits from to automatically encrypt/decrypt the querystring. What event/events should this code go in?
So instead of: http://localhost/bob.aspx?custid=444
Should get something like: http://localhost/bob.aspx?custid=A%3de89d8
EDIT: Decided to use http module for this purpose
I decided to use a httpmodule here