문제

i built an application using sql server express , Wpf and LINQ To sql the problem is if we change the server we are obliged to change the connection string used in all the application . if we create another database in an other machine the problem will be resolve when we just cut and paste the new connection string i read that when we work with sql server express this will not be possible??
i am asking you for some tips to resolve this problem

도움이 되었습니까?

해결책

If you change the server, and you can do a DNS redirection to new one, that solve your problem. Otherwise you will have to re-redistribute your application.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top