...
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
andnet start w3svc
in a command line.asdfdaf
Creating the website in IIS
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".
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.
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.
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 forApp_Data
andModules
.
Continue with the installation of Smartstore.
...