I`ve an asp.net project with lots of query strings, now can i secure all query strings (i mean encryption/decryption) using any procedure? i dont want to touch the code. Is there any easy way using IIS/web.config or whatever to secure all query strings of the project without affecting code?
Loading
Uma DuttaPosted Jan 18, 2007, 12:05 AM
Could anybody tell me is there any other options.
Thanks
Uma
suman vangaraPosted Jan 17, 2007, 8:02 AM
its not actual solution but u can do one thing (don't use Response.Redirect(" link and querysting"))
replace it with Server.Transfer("link querystring")
try it