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



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

Answer / 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

More ASP.NET Interview Questions

How many types of session in ASP.NET

0 Answers   MCN Solutions,


What is role-based security in asp.net?

0 Answers  


Which namespace in used to connction web cam

3 Answers  


Why session is more secure than cookies?

0 Answers  


What is ispostback method in asp.net? Why do we use that?

0 Answers  






Explain a program using code nuggets to create a simple application? : asp.net mvc

0 Answers  


What are the two properties that are common in every validation control?

4 Answers   Siebel,


What does asp stand for in asp.net?

0 Answers  


Can private assembly be used for more than one application? If so how?

7 Answers   Satyam,


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

0 Answers   Siebel,


what is CLR?

3 Answers   PrimeLine,


what is satellite assembly in .net?

4 Answers   iSoft,


Categories