User614698185 posted
Hi vuyiswamb,
So that those who want to create other accounts from same location will be blocked.
I think it is not good idea. If one user register in one location, then another user use the same computer to register, it will also disallow, right?
I think you could use ASP.NET identity. By default, the ASP.NET Identity system stores all the user information in a database. ASP.NET Identity uses Entity Framework Code First to implement all of its persistence mechanism.
For more information, please refer to the below tutorials:
http://www.asp.net/identity
Best Regards,
Candice Zhou