What is personalization? What are the properties available
in personalization?

Answer Posted / swetha

The ASP.NET personalization can make an automatic
association between the end user viewing the page and any
data points stored for that user. The personalization
properties that are maintained on a per-user basis are
stored on the server and not on the client. These items are
conveniently placed in a data store such as Microsoft SQL
Server and therefore the end user can then access these
personalization properties on later site visits.

We will create personalization properties in the web.config
file and can use them in our code behind.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Difference between asp.net and asp ?

653


How do you open a page in a new window?

633


What are the validation controls available in ASP.NET?

616


What are the asp.net server side objects?

606


What is the difference between web config and machine config files?

648






Explain exception filters?

671


Explain how can we access static variable?

657


What is asp.net? How is it different from asp?

631


Explain what is the procedure to create the environment for asp.net? : asp.net mvc

635


Can viewstate be accessed in another page?

598


How do you handle server controls?

737


Where web.config file is used?

649


Why session is more secure than cookies?

576


How do we ensure view state has not tampered?

697


Explain what is an assembly?

641