您的位置:首页 > 运维架构

xendesktop 7 How to Make StoreFront the Default Page within IIS

2014-01-16 15:56 513 查看

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





内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: