We are hosting a remoteapp for users that are not on the same AD domain that the remoteapp servers are on. We are trying to avoid having the clients install any files so sso is not an option.
What I would like is for the users to not have to login on the RD Web access page and instead just be presented with the page that shows there apps.
I have tried setting all of the pages to anonymous authentication and entered credentials for the anonymous to use. I have also commented out the module and security section of the webconfig file and that does not work. Do I need to store the anonymous web credentials in the web config file and if so, how and where.
Please advise