InstallationSetup Web and Database Server

Setup Web and Database Server

Sana Commerce 8.3
Your provider

Software Requirements for Web Servers

The Web server where you install the Sana Commerce webshop and backoffice applications must meet the software requirements listed in the following table:

Component Notes
Internet Information Services (IIS) 6, 7.0, 7.5 or 8  
Windows PowerShell 2.0, 3.0 or 4.0 PowerShell 2.0 can be downloaded here.
PowerShell 3.0 can be downloaded here.
PowerShell 4.0 can be downloaded here.

The following two components apply to all supported versions of operating system and IIS:

  • The SMTP service is required. You can configure a local service that relays to a real SMTP server or an alternative SMTP server can also be used.

  • It is highly recommended to enable IIS logging. It can help to troubleshoot potential web site issues. For more information about IIS logging, see 'Configuring Logging in IIS 7'.

Internet Information Services (IIS) should be installed on the Web server. IIS is the Web server role that is included with all versions of Microsoft operating systems. IIS versions differ depending on the version of operating system.

Sana Commerce supports the following IIS versions:

Operating system IIS version
Windows Server 2012 R2 IIS 8.5 
Windows Server 20012 IIS 8.0
Windows Server 2008 R2 and Windows 7 IIS 7.5
Windows Server 2008 and Windows Vista IIS 7.0
Windows Server 2003 and Windows XP Professional x64 Edition IIS 6.0

Windows Server operating systems have all the IIS features that are needed to support hosting of the web site.

IIS can be installed using Add Roles and Features Wizard in Server Manager.

To install IIS you need to install the Web Server (IIS) role. Adding this role will install IIS with the default set of components.

If you have any questions on how to install IIS or its components you should refer to the official Microsoft documentation depending on your version of operating system and IIS.

Below you can see more detailed information about Web server role services that should be installed depending on whether you are running Windows Server 2012 or Windows Server 2008.

Windows Server 2012


Web Server (IIS) Role

When the Web Server (IIS) role is installed you need to install the Basic Authentication and ASP.NET 4.5 role services. Adding ASP.NET 4.5 role service will also install ISAPI Extensions, ISAPI Filters and .NET Extensibility 4.5.


Basic Authentication and ASP.NET 4.5

Windows Server 2008

If you are using Windows Server 2008 you should also install the Web Server (IIS) role and then Basic Authentication and ASP.NET role services. .NET Framework 4.5 should be installed on the Web server as it is not included in Windows Server 2008.


Add Role Services: Basic Authentication and ASP.NET (Windows Server 2008)

ASP.NET 4.5 applications should be registered with IIS. On Windows Server 2008 this can be done by executing the Aspnet_regiis command from the command prompt. For more information, see 'ASP.NET IIS Registration Tool (Aspnet_regiis.exe)' on the Microsoft Developer Network web site.

When everything is done check whether ASP.NET 4.5 is allowed  to run in IIS. This can be checked in IIS on the 'ISAPI and CGI Registrations' page.


ISAPI and CGI Restrictions

See also:
Installing IIS 8.5 on Windows Server 2012 R2
Modules in IIS 8.5
Installing IIS 7 on Windows Server 2008 or Windows Server 2008 R2
Available Web Server (IIS) Role Services in IIS 7.5
Available Role Services in IIS 7.0

InstallationSetup Web and Database Server