Complete the following steps to make a Storefront Web Site the default page within the IIS site: 1. Copy the following text in a Notepad: 2. <script type="text/javascript"> 3. <!-- 4. window.location="/Citrix/StoreWeb"; 5. // --> </script> Notes : - Replace /Citrix/StoreWeb to the correct path to your Store’s Web Site, if required. - For HTTPS connection, use “https://<SF-BaseURL>/Citrix/StoreWeb” instead of using the syntax “/Citrix/StoreWeb”. 6. Select File > Save As and browse to the IIS folder, by default the C:\inetpub\wwwroot is the IIS folder. 7. Select Save as type to All types . 8. Type a file name with an html extension, and select Save . 9. ...