3
I made a post here about where the application stores template information Register
that comes in MVC applications when we create a new project. Well, the question would be as follows:
If I wanted to use this information, to work with it, I would have to open localDB, but here comes the question. In a web environment, I host my site on a server. When the user registers there, do I have a way to get this information? The name localDB, gives idea that the information is in the client machine, therefore, there would be no way to get this information, right?
I know some of you will say, "create a record for yourself and so on," but I just want to understand.