Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Setting up a new site with Deployment Center.

Vote:
 

Im having problems installing a new EPiSite CMS 6 R2. This is what i have done:

  1. Installed EPIServer
  2. Used DeploymentCenter to set up a new site with database.
  3. Got the webBrowser screen saying: "This installation contains only core files."

What do i need to do from here to be able to access the Admin-section and start setting up my site with pageTypes and so on?
Thank you!
/Lautaro

#58524
Apr 27, 2012 14:24
Vote:
 

This is as intended. What you have done is create a new website in IIS, a database with the necessary EPiServer artifacts and the core files for an empty web site. It's in effect the same as doing New Empty Web Site in Visual Studio.

You can however, create a new site with the Alloy Templates installed. This is just a sample site to give an insite into what you can do with EPiServer. It should not be used as the basis for a production site.

If you want some inspiration to get going with EPiServer then I suggest you look at the pages linked below:

http://joelabrahamsson.com/entry/getting-started-with-episerver-cms-development

http://www.frederikvig.com/2009/12/introduction-create-an-episerver-site-from-scratch/

http://world.episerver.com/Get-Started/EPiServer-CMS/

 

 

#58525
Apr 27, 2012 14:48
Vote:
 

And a addon to what Paul said.

 

If you want to go to edit/admin of the site you have with just corefiles you can add /<%yourPathToEdit%> in your url of the browers.

#58532
Apr 27, 2012 15:20
Vote:
 

Good point Petter! The Edit and Admin parts of the site have also been installed however you won't see their files under the site root as they are referenced in in web.config using Virtual Path Providers.

#58534
Apr 27, 2012 15:24
Vote:
 

How do i know what my path to Edit is at the monent? Or how do i set it?

#58535
Apr 27, 2012 15:49
Vote:
 

Oh i got it. So when i add it to the end of the URL and get this  http://localhost:11250/LautarosLastTestSite/UI/CMS/
I
 receive an error:

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[NullReferenceException: Object reference not set to an instance of an object.]
   EPiServer.Configuration.Settings.get_Instance() +36
   EPiServer.UriSupport.get_InternalUIUrl() +60
   EPiServer.SiteBase.OnValidateRequestAccess(ValidateRequestAccessEventArgs e) +123
   EPiServer.Global.Global_PreRequestHandlerExecute(Object sender, EventArgs e) +106
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
#58536
Apr 27, 2012 15:53
Vote:
 

Confirm that is your Ui Url by looking in EPiServer.config and checking the value of the uiUrl property in the <siteSettings> section

#58537
Apr 27, 2012 15:56
Vote:
 

This is what i find. But im not sure what to make of it. Can you tell me what my Url to the admin would be?

siteDisplayName="Site Display Name"

siteUrl="http://admin-vaio:17000/"

uiUrl="~/Lautaros/UI/CMS/"

utilUrl="~/util/"

#58712
May 02, 2012 10:16
Vote:
 

http://admin-vaio:17000/Lautaros/UI/CMS/admin

#58714
May 02, 2012 12:09
Vote:
 

IT WORKS! Sweet success!!!

But what i dont understand is why the URL i get when i start the debug is :http://localhost:11250/LautarosLastTestSite/
What do i need to change.

 

THANKS PAUL!

#58718
May 02, 2012 12:46
Vote:
 

Look in the Project Properties in Visual Studio for your project on the Web Tab. You should see the URL there that Visual Studio is launching. Make sure the "Use Local IIS Web Server is checked and enter http://admin-vaio:17000 as the "Project Url"

#58723
May 02, 2012 13:12
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.