Accessing Profile Data in the aspnet_Profile table using TSQL Queries
Posted by: David Silverlights Web Log,
on 23 Aug 2005 |
View original | Bookmarked: 0 time(s)
One of the great new features of ASP.NET 2.0 is that persisting user profile data is about as easy as you can get. You simply define the profile values in your web.config file and the framework does the rest. I love it. Big thumbs up on this great new feature. Accessing this data from a stored procedure can be very painful. The need for it is pretty common, I think. I just came up with a scenario in which I am converting an existing site, NonProfitWays.com to ASP.NET...