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
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What’s difference between “optimistic” and “pessimistic” locking?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is autopost?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How you will improve web application performance?
What's the use of formatters in .net?
What is bson in web api?
What are user controls?
Explain server-side scripting?
Explain the features that make asp.net more used framework? : asp.net mvc
What is the use of execute non query in asp.net?
What is custom attribute? How to create?
Tell me the code snippet to show how we can return 404 errors from HttpError?