Auto logon to a terminal server site

G

Guest

I have a client that has a non web based demonstration profuct that they
would like to have people access over their terminal server (windows 2000) I
believe I can modify the default.htm page to force the servername, userdid
and domain so that all they have to do is click on the connect button and
they will be on the terminal server. What I would like to know is, is there a
parameter I can set to automatically pass the password as well so that the
users are not subjected to the login window. I know the RDP client can save
the passord and auto logon to the terminal server but I would like to know if
the terminal server web access can simulate that.
Any help would be greatly appreciated.
 
G

Guest

Have you tryed

MsRdpClient.UserName="user"
MsRdpClient.AdvancedSettings2.ClearTextPassword="password"


Jetro CockpIT
Fulfilling the promise of Server Based Computing
http://www.jp-inc.com
 
G

Guest

Actually Yes I have althought in the script I have I put

MsRdpClient.AdvancedSettings2.ClearTextPassword="password"
MsRdpClient.UserName="user"
 
G

Guest

Strange...
Well, there is always the option of making the fields non-editable with
preset value. Then, all the users will have to do is to click the connect
button.
How does the error look like exactly? Neither user name nor passwords are
sent to the server. Or the user name is sent, but the password is not?


Jetro CockpIT
Fulfilling the promise of server-based computing
http://www.jp-inc.com
 
G

Guest

There is no error message per say. The window connects and opens the terminal
server login screen it displays the username and domain that I have passed
but it does not see a password as having been sent.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top