I am setting up a temporary 2008 R2 with rdweb for a client.
It will only house 1 web app.
Would like to find a way to have them not log into it, but to just pick up there local login for both the web page and the RDP.
The web page is fairly easy with Windows authentication in IIS.
But if it will still asks for credentials for the RDP.
If you set the custom rdp settings to:
authentication level:i:0
enablecredsspsupport:i:0
prompt for credentials:i:0
Then it will not work with Windows auth in IIS. Still asks for credentials.
Any help is appreciated.