Sooner said:
See this article for help with this issue...
http://support.microsoft.com/default.aspx?scid=kb;en-us;326945
You also might be interested in a modified Default.htm file created by
Jeffrey Randow, MS-MVP. Go to the "Client" section and click on the
"Advanced Remote Desktop Web Connection" link...
http://www.schinning.net/FreeTools/tabid/54/Default.aspx
--
Al Jarvi (MS-MVP Windows Networking)
Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program -
http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
Al,
Thank you. I read the article and made the change to the default.htm
file as said:
1. Locate the Default.htm file in the %system root%\Web\TsWeb folder.
2. Open Default.htm in Notepad or in another text editor.
3. Locate the entries that start with "MsRdpClient.AdvancedSettings2".
4. Add the following line after these entries
MsRdpClient.AdvancedSettings2.RDPPort = xxxx
where xxxx is the new port.
To make sure that you can connect with the new setting, append the port
number to that of the published URL (that is,
www.xxx.xxx.xxxortNumber).
However, I get the same error. I am a little confused by the last
line. Where exactly are they talking about with the "published URL"?
I have 2 non-standard ports here, the one the web client sees (call it
6060) and the one RD uses (call it 7070).
So, I get to the site by typing
http://mywebsite:6060/tsweb. That
works. I then get the web interface and leave the server name blank
and hit connect. Where exactly to I enter the :7070 as said in the
last line? I did modify the default htm file with the line:
MsRdpClient.AdvancedSettings2.RDPPort = 7070
-Jim