Skip to content

WongMW/Demo

Repository files navigation

Setup DEV ENV

  • Create IIS website with 32 bits apps set to false (on the application pool advanced settings)
  • Open the [projectfolder]\website\web.config search for "Aptify.Framework.ObjectRepository.AptifyObjectRepository.DefaultObjectCachePath" and change the parameter value to your local website/bin folder (FULL PHYSICAL PATH)
  • Open the [projectfolder]\website\web.config search for "HTTP/S to HTTPS Redirect" and comment all this 'rule' block of code
  • Open the [projectfolder]\website\web.config search for '' and comment this line
  • Open the [projectfolder]\website\web.config search forcustomErrors and switch the parameter 'mode' to Off
  • Open the [projectfolder]\website\App_Data\Sitefinity\Configuration\SystemConfig.config search for loadBalancingConfig and comment the block inside parameters node
  • Open the [projectfolder]\website\App_Data\Sitefinity\Configuration\SystemConfig.config search for replaceSiteUrl and change the parameter siteUrl to your target domain, default is www.charteredaccountants.ie
  • If you're out of the SD office ensure VPN is on (DB in the local network)
  • Default Sitefinity login is admin/password
  • Allow IP security all you have to do is edit the applicationhost.config file for IIS Express found here: [projectfolder].vs\CAI\config\applicationhost.config Open it up and look for the ipSecurity and dynamicIpSecurity sections they are inside the system.webServer section and change overrideModeDefault from "Deny" to "Allow".

AFTER ALL CHANGES ABOVE, PLEASE DON'T INCLUDE THE WEB.CONFIG IN YOUR COMMITS, IF YOU CHANGE SOMETHING IN THIS FILES, FIRST YOU NEED TO UNDO ALL THESE CONFIGURATION CHANGES TO WORK IN YOUR LOCAL ENVIRONMENT.

In case of doubt we hope that the following document can help you: GitHub Process

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published