hidden hit counter
Help!

Remote Desktop Web connection and non standard RDP port

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Work Remotely RSS
Next:  Remote Desktop Web connection and non standard RD..  
Author Message
jtpryan
External


Since: Aug 25, 2005
Posts: 46



PostPosted: Wed Sep 06, 2006 5:49 am    Post subject: Remote Desktop Web connection and non standard RDP port
Archived from groups: microsoft>public>windowsxp>work_remotely (more info?)

I changed my RDP port to a nonstandard number from 3389. I can connect
fine to it from outside. I then wanted to try the web interface, also
at a non standard port. That seems to connect fine in that I get the
default htm file. But if I click "connect" I get the "server not
accepting connections or is busy..." message. I tried putting in the
server name:port number, to no avail.

Any thoughts on this?

-Jim
Back to top
jtpryan
External


Since: Aug 25, 2005
Posts: 46



PostPosted: Wed Sep 06, 2006 7:03 am    Post subject: Re: Remote Desktop Web connection and non standard RDP port [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sooner Al [MVP] wrote:
> "jtpryan" <jtpryan.DeleteThis@gmail.com> wrote in message
> news:1157546951.083506.67250@p79g2000cwp.googlegroups.com...
> >I changed my RDP port to a nonstandard number from 3389. I can connect
> > fine to it from outside. I then wanted to try the web interface, also
> > at a non standard port. That seems to connect fine in that I get the
> > default htm file. But if I click "connect" I get the "server not
> > accepting connections or is busy..." message. I tried putting in the
> > server name:port number, to no avail.
> >
> > Any thoughts on this?
> >
> > -Jim
> >
>
>
> 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.xxx:PortNumber).

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
Back to top
Sooner Al [MVP]
External


Since: Feb 03, 2005
Posts: 1508



PostPosted: Wed Sep 06, 2006 7:58 am    Post subject: Re: Remote Desktop Web connection and non standard RDP port [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"jtpryan" <jtpryan.TakeThisOut@gmail.com> wrote in message
news:1157546951.083506.67250@p79g2000cwp.googlegroups.com...
>I changed my RDP port to a nonstandard number from 3389. I can connect
> fine to it from outside. I then wanted to try the web interface, also
> at a non standard port. That seems to connect fine in that I get the
> default htm file. But if I click "connect" I get the "server not
> accepting connections or is busy..." message. I tried putting in the
> server name:port number, to no avail.
>
> Any thoughts on this?
>
> -Jim
>


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...
Back to top
jtpryan
External


Since: Aug 25, 2005
Posts: 46



PostPosted: Wed Sep 06, 2006 9:24 am    Post subject: Re: Remote Desktop Web connection and non standard RDP port [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sooner Al [MVP] wrote:
> "jtpryan" <jtpryan.RemoveThis@gmail.com> wrote in message
> news:1157546951.083506.67250@p79g2000cwp.googlegroups.com...
> >I changed my RDP port to a nonstandard number from 3389. I can connect
> > fine to it from outside. I then wanted to try the web interface, also
> > at a non standard port. That seems to connect fine in that I get the
> > default htm file. But if I click "connect" I get the "server not
> > accepting connections or is busy..." message. I tried putting in the
> > server name:port number, to no avail.
> >
> > Any thoughts on this?
> >
> > -Jim
> >
>
>
> 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...

Got it. I didn't realize there are TWO default.htm's. I was changing
the one in below the inetpup directory, the interface was looking at
the one below \windows\web\tsweb. All for naught tho', I still can't
get there from work. They must have it blocked somehow.

-Jim
Back to top
javarizer



Joined: Mar 07, 2008
Posts: 1



PostPosted: Mon Mar 10, 2008 9:34 am    Post subject: Re: Remote Desktop Web connection and non standard RDP port [Login to view extended thread Info.]

Any luck with this?

I'm also doing the same thing. Remote Desktop Web Client.

Can connect to web server on custom port #, but cannot access the RDP after there.
Back to top
stiffy



Joined: Jul 15, 2008
Posts: 1



PostPosted: Tue Jul 15, 2008 10:32 am    Post subject: [Login to view extended thread Info.]

What we need is simply an ActiveX control that will accept the address:port entry. Why did Microsfoft write the control with such an obvious deficiency in the first place?
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Work Remotely All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum