Installation of Sitecore 9 XP1 Prerequisites and Requirements for both scaled and standalone.Contd..,
Installation of Sitecore 9 XP1 Prerequisites and Requirements for both scaled and standalone.Contd..,
Note:
File System Permissions
The Sitecore XP application requires access to multiple system files and folders that are not
distributed as a part of Sitecore XP, but are installed as a part of the Windows Operating System and the .NET
framework.
Most of these permissions are granted by IIS to all ASP.NET applications, automatically making the
application pool identity account a member of the IIS_IUSRS security group.
You must manually grant permissions for the Application Pool Identity to
the following system locations
and navigate to below path & provide the premissions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Once the web Installer is installed you can install the below software via web installer. You need to copy and paste the below into the search panel in the software and then click add, do same for all 3 then you can click install to go in 1 shot installation.
[caption id="attachment_105" align="alignnone" width="300"]
 Web Deploy Installation Software[/caption]
sp_configure 'contained database authentication', 1;
GO
RECONFIGURE;
GO
Note: Above query will not work in AWS RDS Database, for this we need to do a change in the installation zip which is explain in the Refered Post. https://xchangesitecore.com/installation-of-sitecore-9-xp1-prerequisites-and-requirements-for-both-scaled-and-standalone-contd/ Vikash Raaj
Installation of Sitecore 9 XP1 Prerequisites and Requirements for both scaled and standalone. Contd..,
Note:
- UNC share is not Supported
 - Sitecore Experience Platform does not support operating from a virtual directory.
 
File System Permissions
The Sitecore XP application requires access to multiple system files and folders that are not
distributed as a part of Sitecore XP, but are installed as a part of the Windows Operating System and the .NET
framework.
Most of these permissions are granted by IIS to all ASP.NET applications, automatically making the
application pool identity account a member of the IIS_IUSRS security group.
You must manually grant permissions for the Application Pool Identity to
the following system locations
- Press WIN key + R
 
and navigate to below path & provide the premissions.
| Default Location | Required Permission | 
|---|---|
| %WINDIR%\temp\ | Modify | 
| %WINDIR%\Globalization\ | Modify | 
| %PROGRAMDATA%\Microsoft\Crypto | Modify | 
Prerequisites for using the Sitecore Installation Framework
- Microsoft powershell 5.1 or later
 - Web Platform Installer 5.0
 - Once web platform installation is done you can see the web installer icon and also install  following software from that web installer
- WebAdministration module
 - Web Deploy 3.6 for Hosting
Servers - URL Rewrite 2.1
 
 

Once the web Installer is installed you can install the below software via web installer. You need to copy and paste the below into the search panel in the software and then click add, do same for all 3 then you can click install to go in 1 shot installation.
- Web Deploy 3.6 for Hosting Servers
 - URL Rewrite 2.1
 - Microsoft SQL Server Data-Tier Application Framework (DacFx) version 2016
 
[caption id="attachment_105" align="alignnone" width="300"]
 Web Deploy Installation Software[/caption]Enable Contained Database Authentication
- Launch MS SQL Server Management Studio and log in as an administrator.
 - Run the Following Query
 
sp_configure 'contained database authentication', 1;
GO
RECONFIGURE;
GO
Note: Above query will not work in AWS RDS Database, for this we need to do a change in the installation zip which is explain in the Refered Post. https://xchangesitecore.com/installation-of-sitecore-9-xp1-prerequisites-and-requirements-for-both-scaled-and-standalone-contd/ Vikash Raaj

Comments
Post a Comment