Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
We installed UmbracoIdentity. when we read the code, we can see (https://github.com/Shazwazza/UmbracoIdentity/blob/master/src/UmbracoIdentity/ExternalLoginStore.cs)
all is stored in SQLCE.
How can I stored my data into a SQL Server ?
Any help will be appreciate !
Same Requirement here
Tried adding DefaultConnection string in web.conf but it seems hardcoded in ExternalLoginStore...
The default external login store uses SQL CE but you can write your own. I've written one that uses Azure Table Storage. Source available at https://github.com/alindgren/UmbracoIdentity.AzureLoginStore
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Store UmbracoIdentity to the database
Hi,
We installed UmbracoIdentity. when we read the code, we can see (https://github.com/Shazwazza/UmbracoIdentity/blob/master/src/UmbracoIdentity/ExternalLoginStore.cs)
all is stored in SQLCE.
How can I stored my data into a SQL Server ?
Any help will be appreciate !
Same Requirement here
Tried adding DefaultConnection string in web.conf but it seems hardcoded in ExternalLoginStore...
The default external login store uses SQL CE but you can write your own. I've written one that uses Azure Table Storage. Source available at https://github.com/alindgren/UmbracoIdentity.AzureLoginStore
is working on a reply...