I made a post here about where the application stores information from the Register
template that comes in MVC applications when we create a new project. Well, the question would be:
In order to use this information, to work with them, I would have to open the localDB, but here comes the question. In a web environment, I host my website on a server. When the user registers there, how can I get this information? The localDB name, gives idea that the information is on the client machine, so I would not know how to get this information, right?
I know some will say "create a registration for you and etc", but I just want to understand.