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

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -