使网站/项目变得可移植
晚上好/早上好/下午好。
我有一个 ASP.net 3.5 网站,我在 VWD 2008 Express 中使用 vb.net,我还使用 MS SQL Server 2008 Express,我使用了 ajax 选项卡和由 https://web.archive.org/web/20211020202742/https://www.4guysfromrolla .com/ 该数据库附带 MS SQL Server Management Studio Express,文件存储在 SQL 默认的“Data”文件夹中。
整个项目的代码和表单都存放在我E盘的一个文件夹中。 我需要将整个项目交给另一位必须完成它的同事,请按步骤描述我如何使我的网站可移植(就像我可以将其全部放在他可以随身携带的闪存盘中的文件夹中)。
PS:我在尝试将项目从一台服务器移动到另一台服务器时遇到问题,pproject 似乎在寻找 AJAX 控件的 dll 和我最初解压文件夹的文本框计数器它们进来了,我认为是在我的桌面上,尽管当我将这些控件添加到“工具”选项卡时,我创建了一个新选项卡,然后我从解压缩控件源代码的位置选择了 dll,这还不够吗?
提前致谢
Good evening/morning/after/noon.
I have an ASP.net 3.5 website and I am using vb.net in VWD 2008 Express, I am also using MS SQL Server 2008 Express, I used ajax tabs and a textBox charavters counter control develped by https://web.archive.org/web/20211020202742/https://www.4guysfromrolla.com/
The database is attached with MS SQL Server Management Studio Express and the files are stored in the SQL default "Data" folder.
The whole project's code and forms are stored in a folder in my E drive.
I need to hand the whole project to another coworker who have to finish it, please describe in steps how can i make my website portable (like i can put it all in a folder that he can carry around in his flash disk).
PS: I have had a problem trying to move the project from one server to the other, the pproject seems to look for the dlls of the AJAX control and the textBox counter where i originally unzipped the folders in which they cam in, which i think was on my desktop, although when i added those controls to the Tools tab, i created a new tab, then i choose the dll from the where i unzipped the controls source code, aint that enough?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建结构时,请在源树中为引用的文件创建一个文件夹。 然后您可以从那里参考。 如果你这样做,整个树都是可移植的。 从一个环境到另一个环境,唯一的变化是配置元素。 而且,如果在本地系统上,您使用 SQL Express 并放入 App_Data 文件夹中,它就可以连接到您同事的系统,只要他也有 SQL Express。
When you create the structure, make a folder for referenced files in the source tree. You can then reference from there. If you do that the entire tree is portable. The only changes, from environ, to environ, are configuration elements. And, if on the local system, you use SQL Express and put in the App_Data folder, it cana connect to your coworkers system, as long as he also has SQL Express.