Profile question

  • Thread starter Thread starter RedHair
  • Start date Start date
R

RedHair

If the Profile provider is db, since ASP.NET will create profile class
to append to HttpContext object for each request , it means there is
a db access for each request? if so, does it cause performance issue?

Thanks
 
Thank you, Scott.
Is it possible to read profile properties once from db per-user base then
store them into cookie to avoid db hit for future page requests?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top