My requirement might be very basic, but i'm new to DNN technology. google search doesn't help me.
I have millions of users in sql server with all details like password firstname, lastname, ....
I just want to move these users to DNN database. What is the best way for that ? It can be any stored procedure calling or I can write console application for that.
I created console application, but it is saying nullreference error, as it is a console application and unable to read site configuration, is there a way to manually set the configurations?
I am using latest version of DNN software and .NET 4.0. c#