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
How can I configure asp.net applications that are running on a remote machine?
Explain the asp.net page life cycle.
What is the difference between stored procedure vs function?
How long do session variables last?
How does a content page different from a master page?
What is web api config?
Explain the advantages of passport authentication.
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Explain how does asp page work?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is hidden field in asp.net?
Define web.config in .net?
Please briefly explain the usage of global.asax?
What's the ASP.Net Application life cycle?