Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • What you given links i done with every thing. But details are not storing in the database. I am creating createuser wizard in visual webpart. In that to access profile properties we need to write like Profile.Company="MyCompany". But Profile is not at all identifying. I included all the necessary namespaces. Commented Apr 30, 2013 at 9:13
  • have you setup the web.config correctly? as described in the link? as the error is saying that it cannot connect indicating either wrong credentials/connection string or you dont have it in the web.config... if you do than make sure that your database is reachable! Commented Apr 30, 2013 at 9:27
  • Yeah I connected correctly only. Now error is not coming. But no values are able to set for that user. If I see in DB it there are no any profile values. Commented Apr 30, 2013 at 11:05