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
What are the different method of navigation in asp.net?
What is postback request?
What is client side state management?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain the use of dataadapter.
Differentiate between file-based dependency and key-based dependency.
Explain the difference between sql invalidation and sql notification.
What is http post action?
What is asp.net architecture?
What are the Types of objects in ASP
What is ispostback method in asp.net? Why do we use that?
How can we prepairing Interview
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
How many types of cookies are available in asp?