有关将lightswitch应用程序从开发环境迁移到实际环境的建议 [英] Advice on moving lightswitch app from development to live environment

查看:61
本文介绍了有关将lightswitch应用程序从开发环境迁移到实际环境的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在开发一个Lightswitch Silverlight应用程序,该应用程序很快将由我的用户进行测试. ; 测试完成后,我需要复制该应用程序并将其启用.实时版本将具有自己的后端sql服务器数据库和网络服务器等.

Hi, I’m developing a Lightswitch Silverlight application which is soon to be tested by my users.  After the testing is complete, I’ll need to copy the application and make it live. The live version will have its own backend sql server database and webserver etc.

从开发过渡到生活的最佳方法是什么? 我是否必须设置一个新的实时项目并重新创建所有代码,查询和屏幕等,还是有一种更简单的方法来导入对象?

What is the best way to move from development to live?  Do I have to setup a new live project and re-create all the code, queries and screens etc or is there an easier way to import the objects?

谢谢

推荐答案

您可以将开发中部署的应用程序的整个目录复制到生产服务器.

You can copy the entire directory of the application you deployed in development to the production server.

然后您更改生产版本的web.config以指向生产数据库.

You then alter the web.config of the production version to point to the production database.


这篇关于有关将lightswitch应用程序从开发环境迁移到实际环境的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆