Hi guys,
This is what I did :
Created a Visual Studio 2013 APS.NET MVC project, the default one, with 3 pages, register and login, the one that uses LocalDB.
Installed OctoPack for Nuget creation, configured repository, configured teamcity for build and integration octopus deploy.
After days of trying, I’ve managed to make it build and deploy automatically, but it doesn’t add the LocalDB (mdf) file. The site works, but can’t register/login. These files aren’t included in the nuget. I’ve added them manually on the deployment server, but it still can’t connect.
FYI : I’m new at this and it’s for testing purposes.
Can you give me some tips ?
Kind regards,