简体   繁体   English

Visual Studio便携式登录

[英]Visual studio Portable login

I'm working on a website in visual studio for my senior project. 我正在Visual Studio中的网站上为我的高级项目工作。 I am trying to set up a login page for the website but since I have to be able to submit the finished project I was wondering if there was a way to set up the website administration tool to work anywhere. 我正在尝试为网站设置一个登录页面,但是由于我必须能够提交完成的项目,所以我想知道是否有一种方法可以设置网站管理工具以在任何地方工作。

ie Is it possible to save/set up the sql server database that is used to login to the website on a flash drive where the entire project is stored? 即是否可以保存/设置用于存储整个项目的闪存驱动器上用于登录网站的sql服务器数据库? This way even if I open up the project on a different computer I will still be able to access all aspects of the project. 这样,即使我在另一台计算机上打开该项目,我仍然可以访问该项目的所有方面。

Any links to resources that I can scour would be greatly appreciated. 任何可以搜寻的资源链接将不胜感激。

I am using Visual studio 2012 with asp.net 4.5 我正在将Visual Studio 2012与ASP.NET 4.5一起使用

1.If you want a common database location which should be accessed by all, then you'd need to make certain that other machines have access to your local machine's database server 1,如果您想让所有人都可以访问一个公共的数据库位置,则需要确保其他计算机可以访问本地计算机的数据库服务器

  1. If you want the entire code plus the database to be present separately on each machine, then you'd need to share a database backup along with the application code folder and each machine would require the database backup to be restored on their database server along with setting up the application. 如果要在每台计算机上分别显示整个代码和数据库,则需要与应用程序代码文件夹一起共享数据库备份,并且每台计算机都需要将数据库备份与数据库一起还原。设置应用程序。

3.i can also prefer the Join me or VNC or any virtual tools to access your machine 3.i也可以选择加入我VNC或任何虚拟工具来访问您的计算机

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM