setup sitecore developer environment to start the sitecore project, so the
solution is here.
- Your solution, code are fully coupled with the Sitecore Web
Site( default installation path). - Your solution, code
are exists outside theSitecore’s web site location and we can use some post
build process to deploy in sitecore folder.
(using 2012)
sitecore instance name with uncheck Create
directory for solution option.
3.Copy the below files from the newly created project location:
Properties folder
csproj file
csproj.user file
website folder.
this location.
For demo purpose I have created sitecore site assitecore71 name.
5.
open the .csproj file that is Sitecore71.csproj
from your sitecore instance location that is located in C:inetpubwwwrootSitecore71Website
6.
delete the /Web.config/Web.Debug.config and the
/Web.config/Web.Release.config file from the project
7.
Add references toSitecore assemblies (Sitecore.Client.dll,Sitecore.Kernel.dll
or other desired dlls.)
8.
Set the “Copy Local” property on each
of those assemblies to “false”.
9.
Add a folder “App_ConfigInclude” and add
basic config file.
All visual studio setting has been done!!
default sitecore installation, with the help of below mechanism,