xendesktop 7 How to Make StoreFront the Default Page within IIS



http://support.citrix.com/article/CTX133903


Summary

This article describes how to make a Storefront Web site the default page within the IIS site.

Background

With the legacy Web Interface component, each Web site had the option to be the default page for the IIS site. This option is not available in Storefront.

Procedure


To make a Storefront Web site the default page within the IIS site, complete the following procedure:

Open Notepad and paste the following text:

< script type="text/javascript">
<!--
window.location="/Citrix/StoreWeb";
// -->
< /script>
Note
: Replace /Citrix/StoreWeb to the correct path to your Store’s Web site, if required.
Select File > Save As and browse to the IIS folder, by default the C:\inetput\wwwroot is the IIS folder.
Select the Save as type to All types.
Type a file name with an html extension, and select Save.

Open IIS Manager.
Select the SERVERNAME node (top-level) and double-click Default Document, as shown in the following screen shot:

Select Add…, and enter the file name of the .html file provided in Step 4.

Ensure the .html file is located at the top of the list, as shown in the following screen shot:

Open the command prompt and run the following command:
IISRESET




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章