database - ASP.NET MVC debugging best practice -


we make website debugging on remote sales_debug database instead of production remote sales one.

the problem speed, using remote database local machine slow. trying install sql server express , ssms on local win 8.1 machine , found complicated. link made wondering if doing right thing.

the questions are:

  1. what best configuration make website uses db debugging? maybe should use less invasive db engine same content?
  2. is local copy of db way go? or there trick speed connections remote server?

thanks.

you have machine in same network of your? can use local server. install ssms in machine then, sqlserver express in local server.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -