简体   繁体   中英

Visual studio Portable login

I'm working on a website in visual studio for my senior project. 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? 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

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. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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