Questions tagged [profilecommon]

3 questions
7
votes
2 answers

Web Application Project - how to use ProfileCommon

I am porting a site I had developed on an old box across to a new dev env. I have not just copied all the files as I didn't have a great file structure and some parts of the code needed to be removed as I went along. Originally I had created a…
Jon
  • 15,110
  • 28
  • 92
  • 132
2
votes
0 answers

profilecommon doesn't write the data to the aspnet profile table

I have the following problem. I want to add custom fields to my registration data in ASP. I've done this on the following way. Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As System.EventArgs) Handles…
1
vote
1 answer

Avoid ProfileCommon creation in asp.net

I'm using asp.net profile functionality. I need to use some profile property names like "test/appname". When I try to star the web application I get an error about invalid property name. I think the problem is the autogenerated profilecommon…
Rodrigo Juarez
  • 1,745
  • 1
  • 23
  • 38