You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.4 KiB
40 lines
1.4 KiB
<?xml version="1.0"?>
|
|
<Role
|
|
name="Application Server"
|
|
description="%1"
|
|
mys_id="WebServer"
|
|
>
|
|
<!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
|
|
<_locDefinition>
|
|
<_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
|
|
<_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
|
|
</_locDefinition>
|
|
|
|
<Links>
|
|
<Link
|
|
id="webServerMgmtLink"
|
|
description="Manage this application server"
|
|
type="program"
|
|
command=""%%SystemRoot%%\System32\appsrv.msc""
|
|
tooltip="Opens the Application Server console, which helps you manage Web sites and .NET applications."
|
|
/>
|
|
<Link
|
|
description="Read about application servers"
|
|
type="help"
|
|
command="cys.chm::/web_server_role.htm"
|
|
tooltip="Opens the implementation guide for application servers."
|
|
/>
|
|
<Link
|
|
description="%2"
|
|
type="%3"
|
|
command="%4"
|
|
tooltip="Provides tools for using a Web browser to administer a Web server remotely."
|
|
/>
|
|
<Link
|
|
description="Review the next steps for this role"
|
|
type="help"
|
|
command="cys.chm::/web_server_role.htm#websrvcompletion"
|
|
tooltip="Opens a Help topic that contains a checklist of recommended tasks for this role."
|
|
/>
|
|
</Links>
|
|
</Role>
|