Combining properties made available via webservices profile service aspnet
- by Adam
I really wasn't sure what the title for my question could be, so sorry if it's a bit vague.
I'm working on an application that uses client application services for authentication/profile management etc.
In web.config for my website, I have the following profile properties like this:
<properties>
<add name="FirstName" type="string"…