Quantcast
Channel: Security
Viewing all articles
Browse latest Browse all 4737

How to change specific profile property directly into the database

$
0
0

Hello,

I have an ASP.NET application that uses the default membership provider. I have set some user profile properties and I would like to change the value of some of them directly into the dabase.

I see there are some stored procedures like aspnet_Profile_GetProperties and aspnet_Profile_SetProperties, but I am forced to pass the entire property values and string on my own.

Since this is hard to do manually, since I would have to calculate the changes for string postion of every property, I would like to know if there is something better that would not require for me to write code.

Regards,

Igor.


Viewing all articles
Browse latest Browse all 4737

Trending Articles