Questions tagged [sqlprofileprovider]

17 questions
0
votes
1 answer

Caching the profiles from SqlProfileProvider -- ProfileManager.GetAllProfiles result

I'm using the SqlProfileProvider on one of my websites and in one page I need to fetch the whole list of profiles (it is an intranet). The method that I use is the ProfileManager.GetAllProfiles(). The problem is that its performance is really bad…
Pablo
  • 2,054
  • 8
  • 30
  • 56
0
votes
1 answer

Extended SqlProfileProvider, how do I call my custom method?

I'm using MySqlProfileProvider which extends the SqlProfileProvider class. In my class I am overriding Initialize in order to change the connection string of the base. This all works absolutely fine. My problem is that I need to make a call after…
xhedgepigx
  • 340
  • 1
  • 2
  • 19
1
2