if we establish the cinnection with connection string tag in
web.config file,can i go for encrypt and decrypt with that?
Answer Posted / arti mishra
yes,we can go encrypt& decrypt with the help of trusted
connection true or not true.
in the web.config file,if the trusted connection is true
then it is encrypted but if trusted connection is false then
it is decrypted.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between singleton and singlecall.
Where session id is stored?
What is inproc and outproc?
Can you explain the importance of finalize method in .net?
What are merge modules?
Differentiate the session object and application object?
What is difference cookie and session?
How is application management and maintenance improved in asp.net 2.0?
What is asp.net globalization?
What is _viewstart?
What is the main differences between asp and asp.net?
What is use of <% %> in asp.net?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
How to turn off cookies for a page?
Why Unload event of MasterPage Calls first in ASP.net ?