I'm not sure where to post this, so I apologize if I am not following proper ettiquette.quick direct question: how do I create an account (that can be used to login) in CRM from a asp.net web page?summary: A user comes to my marketing site and is interested in becoming part of the group. I want them to create a new account and then use that account to login to the CRM side of things and start adding contacts, activities, etc... That is an AD account I believe, so how do they do that from a web page? (Impersonate, auth, DirectoryServices, etc...) I'm guessing I need to create a new ActiveDirectory account and the create a new CRMService that will generate the new contact. That account will be associated with the logged in AD account that created it (owner). I get a incorrect username/password, a referral was returned from the server error, so I'm thinking it is something with the LDAP path I'm using or the authentication method or impersonation issues (yes, I have it set to true).Any SPECIFIC help would be greatly appreciated. Thanks.
-john-
In order for this to happen you would in effect be giving anyone who came to your website a user license in CRM which of course has a cost attached to it. Is this what you want to achieve?