PC Review


Reply
Thread Tools Rate Thread

Adding Remote Desktop Web Connection to a web page.

 
 
Martin Emanuelsson
Guest
Posts: n/a
 
      11th Feb 2004
Hi all!

I'm not sure if I've found the correct newsgroups to post this question to
but I'll give it a try.

I have downloaded and installed the Remote Desktop Web Connection from
Microsoft Download Center to my computer (Windows 2000 Server). It seems to
work because I am able to go to http://localhost/TSWeb/default.htm and point
out a server and connect to that server through this webpage.

The reason why I'm posting to these newsgroups is that I would like to
create a webbpage where I don't have to go through this first step of
choosing a server, setting a domain, choosing size of the window etc but
instead just click on a certain link which opens the login-window to the
server at once.

Is this possible to do?? And in that case, how? Does anyone have code that I
can have a look at?

Hope that someone can help me with this request.

Best regards
Martin Emanuelsson
Gothenburg, Sweden


 
Reply With Quote
 
 
 
 
Rob Leitman \(MS\)
Guest
Posts: n/a
 
      12th Feb 2004
If you're familiar with scripting, you can look at the HTML on that page, to
see what properties it sets for server, size, etc.

Rob

--
This posting is provided "AS IS" with no warranties, and confers no rights.
TS FAQ:
http://www.microsoft.com/windows2000...minal_faq.mspx


"Martin Emanuelsson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all!
>
> I'm not sure if I've found the correct newsgroups to post this question to
> but I'll give it a try.
>
> I have downloaded and installed the Remote Desktop Web Connection from
> Microsoft Download Center to my computer (Windows 2000 Server). It seems

to
> work because I am able to go to http://localhost/TSWeb/default.htm and

point
> out a server and connect to that server through this webpage.
>
> The reason why I'm posting to these newsgroups is that I would like to
> create a webbpage where I don't have to go through this first step of
> choosing a server, setting a domain, choosing size of the window etc but
> instead just click on a certain link which opens the login-window to the
> server at once.
>
> Is this possible to do?? And in that case, how? Does anyone have code that

I
> can have a look at?
>
> Hope that someone can help me with this request.
>
> Best regards
> Martin Emanuelsson
> Gothenburg, Sweden
>
>



 
Reply With Quote
 
Mark Mancini
Guest
Posts: n/a
 
      12th Feb 2004
look at the demo section of www.applauncher.com and see our modified code.
There is lots of cool stuff you can do.

--
Sincerely,
Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
www.MCSE2000.com
www.AppLauncher.com



"Martin Emanuelsson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all!
>
> I'm not sure if I've found the correct newsgroups to post this question to
> but I'll give it a try.
>
> I have downloaded and installed the Remote Desktop Web Connection from
> Microsoft Download Center to my computer (Windows 2000 Server). It seems

to
> work because I am able to go to http://localhost/TSWeb/default.htm and

point
> out a server and connect to that server through this webpage.
>
> The reason why I'm posting to these newsgroups is that I would like to
> create a webbpage where I don't have to go through this first step of
> choosing a server, setting a domain, choosing size of the window etc but
> instead just click on a certain link which opens the login-window to the
> server at once.
>
> Is this possible to do?? And in that case, how? Does anyone have code that

I
> can have a look at?
>
> Hope that someone can help me with this request.
>
> Best regards
> Martin Emanuelsson
> Gothenburg, Sweden
>
>



 
Reply With Quote
 
Martin Emanuelsson
Guest
Posts: n/a
 
      12th Feb 2004
Hello again and thanks for your answers!

I think I've got the hang of it now.

Just one more question. I get the window to open a specific server without
having to enter the name of the server in a textfield (it was almost to easy
actually). Now I just want to make one more change, I want a specific Domain
to be prechosen when the user gets to the login-window for the server.

I get this to work if I set both username and domain in my file but not when
I only want to set a certain domain, why is it like this?? Do I have to make
something else?

/Martin


"Mark Mancini" <(E-Mail Removed)> wrote in message
news:eES6v%(E-Mail Removed)...
> look at the demo section of www.applauncher.com and see our modified code.
> There is lots of cool stuff you can do.
>
> --
> Sincerely,
> Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
> www.MCSE2000.com
> www.AppLauncher.com
>
>
>
> "Martin Emanuelsson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi all!
> >
> > I'm not sure if I've found the correct newsgroups to post this question

to
> > but I'll give it a try.
> >
> > I have downloaded and installed the Remote Desktop Web Connection from
> > Microsoft Download Center to my computer (Windows 2000 Server). It seems

> to
> > work because I am able to go to http://localhost/TSWeb/default.htm and

> point
> > out a server and connect to that server through this webpage.
> >
> > The reason why I'm posting to these newsgroups is that I would like to
> > create a webbpage where I don't have to go through this first step of
> > choosing a server, setting a domain, choosing size of the window etc but
> > instead just click on a certain link which opens the login-window to the
> > server at once.
> >
> > Is this possible to do?? And in that case, how? Does anyone have code

that
> I
> > can have a look at?
> >
> > Hope that someone can help me with this request.
> >
> > Best regards
> > Martin Emanuelsson
> > Gothenburg, Sweden
> >
> >

>
>



 
Reply With Quote
 
Mark Mancini
Guest
Posts: n/a
 
      12th Feb 2004
you should be able to view the source code on my site and use it as you
wish, you can hide the field and pre-fill it with the server or domain you
want to force them to go to. Also, look at
http://www.applauncher.com/rac/remote/ and see what else we've done. For
clients I remove the fields,, pre-fill them and all they have to do is hit
connect. Feel free to cut-n-paste from my site!

--
Sincerely,
Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
www.MCSE2000.com
www.AppLauncher.com



"Martin Emanuelsson" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hello again and thanks for your answers!
>
> I think I've got the hang of it now.
>
> Just one more question. I get the window to open a specific server without
> having to enter the name of the server in a textfield (it was almost to

easy
> actually). Now I just want to make one more change, I want a specific

Domain
> to be prechosen when the user gets to the login-window for the server.
>
> I get this to work if I set both username and domain in my file but not

when
> I only want to set a certain domain, why is it like this?? Do I have to

make
> something else?
>
> /Martin
>
>
> "Mark Mancini" <(E-Mail Removed)> wrote in message
> news:eES6v%(E-Mail Removed)...
> > look at the demo section of www.applauncher.com and see our modified

code.
> > There is lots of cool stuff you can do.
> >
> > --
> > Sincerely,
> > Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
> > www.MCSE2000.com
> > www.AppLauncher.com
> >
> >
> >
> > "Martin Emanuelsson" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Hi all!
> > >
> > > I'm not sure if I've found the correct newsgroups to post this

question
> to
> > > but I'll give it a try.
> > >
> > > I have downloaded and installed the Remote Desktop Web Connection from
> > > Microsoft Download Center to my computer (Windows 2000 Server). It

seems
> > to
> > > work because I am able to go to http://localhost/TSWeb/default.htm and

> > point
> > > out a server and connect to that server through this webpage.
> > >
> > > The reason why I'm posting to these newsgroups is that I would like to
> > > create a webbpage where I don't have to go through this first step of
> > > choosing a server, setting a domain, choosing size of the window etc

but
> > > instead just click on a certain link which opens the login-window to

the
> > > server at once.
> > >
> > > Is this possible to do?? And in that case, how? Does anyone have code

> that
> > I
> > > can have a look at?
> > >
> > > Hope that someone can help me with this request.
> > >
> > > Best regards
> > > Martin Emanuelsson
> > > Gothenburg, Sweden
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Martin Emanuelsson
Guest
Posts: n/a
 
      23rd Feb 2004
The problem that I'm experiencing is that when I, in the code, write this
code:

MsRdpClient.UserName = ""
MsRdpClient.Domain = "USERS"

the Remote Desktop Web Connection doesn't care about the Domain name that
I've entered. But if add a letter or just a "space" in the UserName-row,
like this:

MsRdpClient.UserName = " "
MsRdpClient.Domain = "USERS"

it works. Why is it like this?? Does anyone know??

Regards
Martin



"Mark Mancini" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> you should be able to view the source code on my site and use it as you
> wish, you can hide the field and pre-fill it with the server or domain you
> want to force them to go to. Also, look at
> http://www.applauncher.com/rac/remote/ and see what else we've done. For
> clients I remove the fields,, pre-fill them and all they have to do is hit
> connect. Feel free to cut-n-paste from my site!
>
> --
> Sincerely,
> Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
> www.MCSE2000.com
> www.AppLauncher.com
>
>
>
> "Martin Emanuelsson" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hello again and thanks for your answers!
> >
> > I think I've got the hang of it now.
> >
> > Just one more question. I get the window to open a specific server

without
> > having to enter the name of the server in a textfield (it was almost to

> easy
> > actually). Now I just want to make one more change, I want a specific

> Domain
> > to be prechosen when the user gets to the login-window for the server.
> >
> > I get this to work if I set both username and domain in my file but not

> when
> > I only want to set a certain domain, why is it like this?? Do I have to

> make
> > something else?
> >
> > /Martin
> >
> >
> > "Mark Mancini" <(E-Mail Removed)> wrote in message
> > news:eES6v%(E-Mail Removed)...
> > > look at the demo section of www.applauncher.com and see our modified

> code.
> > > There is lots of cool stuff you can do.
> > >
> > > --
> > > Sincerely,
> > > Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
> > > www.MCSE2000.com
> > > www.AppLauncher.com
> > >
> > >
> > >
> > > "Martin Emanuelsson" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Hi all!
> > > >
> > > > I'm not sure if I've found the correct newsgroups to post this

> question
> > to
> > > > but I'll give it a try.
> > > >
> > > > I have downloaded and installed the Remote Desktop Web Connection

from
> > > > Microsoft Download Center to my computer (Windows 2000 Server). It

> seems
> > > to
> > > > work because I am able to go to http://localhost/TSWeb/default.htm

and
> > > point
> > > > out a server and connect to that server through this webpage.
> > > >
> > > > The reason why I'm posting to these newsgroups is that I would like

to
> > > > create a webbpage where I don't have to go through this first step

of
> > > > choosing a server, setting a domain, choosing size of the window etc

> but
> > > > instead just click on a certain link which opens the login-window to

> the
> > > > server at once.
> > > >
> > > > Is this possible to do?? And in that case, how? Does anyone have

code
> > that
> > > I
> > > > can have a look at?
> > > >
> > > > Hope that someone can help me with this request.
> > > >
> > > > Best regards
> > > > Martin Emanuelsson
> > > > Gothenburg, Sweden
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to add password field to remote desktop web connection page =?Utf-8?B?RXJpY1M=?= Windows XP Work Remotely 0 13th Dec 2005 01:29 AM
Enhanced Remote Desktop Web Connection Page MT Windows XP Work Remotely 3 24th Feb 2005 06:34 PM
Adding Remote Desktop Web Connection to a web page. Martin Emanuelsson Microsoft Windows 2000 5 23rd Feb 2004 01:29 PM
Adding Remote Desktop Web Connection to a web page. Martin Emanuelsson Microsoft Windows 2000 Terminal Server Applications 5 23rd Feb 2004 01:29 PM
Remote Desktop Connection - Page cannot be displayed Tony Windows XP Work Remotely 5 20th Feb 2004 10:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:15 AM.