Posts

Showing posts with the label StoreFront

How to Make StoreFront the Default Page within IIS

Image
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.  ...

How to Enable Connect Leasing in Citrix Through Group Policy

Download adm template -- credit to Andrzej Golebiowski for creating adm template as citrix doesn't provide adm Templates Link to download adm template https://drive.google.com/file/d/0B3ybcgimyNgIa2dKWWNyeFMyNFU/view?usp=sharing Steps: Download adm template and add it to Group Policy editor under Computer Configuration node. Verify if Connection Leasing settings are available in Classic Administrative Template folder Create a new policy and configure all requited settings Assign new policy to the OU containing XenApp ond/or XenDesktop server accounts On Delivery Controler refresh GPO – run command:   gpupdate /force Verify if configured settings were applied to HKLM\Software\Policies\Citrix\DesktopServer\ConnectionLeasing Delete all current lease files – run command:   Remove-BrokerLease  Restart Citrix Broker service Login to StoreFront and open any available application Verify if lease file with new settings has been created...

How to Hide Activate Menu in Citrix Storefront web Page

open  web.config  i.e, normally  C:\inetpub\wwwroot\Citrix\StoreWeb . Open this file in your text eand Save ditor and locate the following segment: <userInterface ...>       ...       <receiverConfiguration enabled="true" downloadURL="ServiceRecord/GetDocument/receiverconfig.cr" />       ...     </userInterface> Change value from  enabled  to be  false