November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
EpiServer Deployment Center is not needed for EPiServer 7.5 and higher.
Ted Nyberg wrote a great blog post about EPiServer project templates in Visual Studio: http://tedgustaf.com/blog/2014/4/installing-episerver-cms-75/
I'm not sure what you mean by "Deploy Visual Studio project".
If you want to transfer the website from your local machine to test / staging / prod server, all you have to do is to:
- backup/restore database on remote server
- xcopy application files
- update .config files
Deployment Center will only recognize the site if it's set up in the IIS. Using the deployment center is as Dejan said not needed in 7.5 or higher but i could help you set up the site (in IIS) with correct access rights to the folders on disk and help you set up the database. But you could do this on your own as well. Else it's just as Dejan says to restore you db and copy over your files.
I'm about to start deploying a site made from starting a new project in Visual Studio. So far Deployment Center has not been introduced. My question now is how to get Deployment Center to recognize the site? Should I add a site via Deployment Center and then have it replaced by my site and database or is there a more correct way to go about?