Re: RemoteAPPS ISA 2006
Did you configure the TSWeb fully:
On the TSWA machine, have you configured the IIS to use TS Gateway for
remote desktop connections? You can refer to the Remote App step by step
guide for this
http://technet.microsoft.com/en-us/library/cc730673.aspx
Here is the portion from the step by step guide:
To configure Remote Desktop Web Connection behavior
1.
On the TS Web Access server, start Internet Information Services
(IIS) Manager. To do this, click Start, point to Administrative Tools,
and then click Internet Information Services (IIS) Manager.
2.
In the left pane, expand the server name, expand Sites, expand
Default Web Site, and then click TS.
3.
In the middle pane, under ASP.NET, double-click Application Settings.
4.
To change Remote Desktop Web Connection settings, modify the
values in the Application Settings pane.
* To configure a default TS Gateway server, double-click
DefaultTSGateway, enter the fully qualified domain name of the server in
the Value box (for example, server1.contoso.com), and then click OK.
* To specify the TS Gateway authentication method,
double-click GatewayCredentialsSource, type the number that corresponds
to the desired authentication method in the Value box, and then click
OK. The possible values include:
0 = Ask for password (NTLM)
1 = Smart card
4 = Allow user to select later
* To configure whether the Remote Desktop tab appears on the
TS Web Access page, double-click ShowDesktops. In the Value box, type
true to show the Remote Desktop tab, or type false to hide the Remote
Desktop tab. When you are finished, click OK.
* To configure default device and resource redirection
settings, double-click the setting that you want to modify (xClipboard,
xDriveRedirection, xPnPRedirection, xPortRedirection, or
xPrinterRedirection). In the Value box, type true to enable the
redirection setting by default, or type false to disable the redirection
setting by default, and then click OK.
5.
When you are finished, close IIS Manager.
GKnight wrote:
> Hi All,
>
> I have configured Windows 2008 server as a TS Gateway and Installed TS Web
>
> It all seems to work internally but when I connect to the published site
> from an external I get the RemoteApps page but cannot launch an App.
>
> It seems to want to connect to the server on the internal network using it's
> internal name.
>
> What am I doing wrong?
>
> Thanks
> Glen