User2142845853 posted
Have an existing system that is deployed with a SQL server on a local network. The VPN is down so no connection and no testing.
The question is about how to change web.config or? so that it will create a LOCAL copy of a database based on the model(s) used and I could add a couple records manually so I can test.
the add name ="DefaultConnection" connectionString is setup with the online SQL (yes it shouldnt be and will become the local instance; but when its already a running system, have tried adding a database, going thru menus; just want access to some local
db so I can create whatever needed tables. Should be simple