2
I have a local bank on my desktop, in it I developed an application using C#
and Asp.Net MVC
and thought it would only take the trouble to migrate to some MS SQL database when uploading the project.
However, I need to transfer the data from this local database to my notebook to perform the presentation of my application.
The question: How is a local bank stored? Is a passive file generated for the transfer? The authentication method turns out to be windows authentication?
It depends on how you set up the local bank. Authentication is the one you have set up for it. As for the files, what do you mean by "liability to transfer"?
– Oralista de Sistemas
I get it. I meant some file which I can find on disk and transfer to another computer on which it is possible to import and/or reference that local database.
– Rafael Barbosa