Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • After the download, run the installation programme on the server.

  • Then either restart the server or start the IIS service via net stop was /y and net start w3svc in a command line.

  • asdfdaf

Creating the website in IIS

  1. Create a new folder in the server's file system and copy or move the Smartstore installation files to it. This folder serves as the physical app path in IIS. This folder is also called the "Provisioning Folder".

  2. Create a new site in IIS by opening the server node in the Connections area, right-clicking on Websites or Sites and selecting Add Website from the context menu.

  3. Enter a site name and set the physical path to the provisioning folder. Configure the binding for HTTP and if an SSL certificate is available, also for HTTPS. Click OK to create the site in IIS.

  4. Please ensure that the default identity of the app pool of the ApplicationPoolIDentity site has the necessary permissions to access the provisioning folder. In addition to read rights for the complete provisioning folder, the app pool requires write rights for App_Data and Modules.

Continue with the installation of Smartstore.

...