A
Arjen
Hello,
Can somebody tell my if it is posible to create a QueryString
encryption/decryption that works from a higher level then the code view...
For example:
I have an URL like www.mysite.com/index.aspx?id=123&print=no
Must be changed to:
www.mysite.com/index.aspx?2342342375675675676756
Now I know that there are solutions that can encrypt and decrypt the
QueryString.
But the encryption and decryptions must you do in the code, inside the aspx
pages.
What I what is a sort of filter which scans all URL's (incomming and
outcomming) and automatily encrypt and decrypt the QueryString (or only when
the pagename is default.aspx). This means that I don't have to code each
time the QueryString.
Is something like this posible? Does it exist? Can you give me some example
code?
Thanks!
Can somebody tell my if it is posible to create a QueryString
encryption/decryption that works from a higher level then the code view...
For example:
I have an URL like www.mysite.com/index.aspx?id=123&print=no
Must be changed to:
www.mysite.com/index.aspx?2342342375675675676756
Now I know that there are solutions that can encrypt and decrypt the
QueryString.
But the encryption and decryptions must you do in the code, inside the aspx
pages.
What I what is a sort of filter which scans all URL's (incomming and
outcomming) and automatily encrypt and decrypt the QueryString (or only when
the pagename is default.aspx). This means that I don't have to code each
time the QueryString.
Is something like this posible? Does it exist? Can you give me some example
code?
Thanks!