views:

18

answers:

0

Hi,

I am trying to create a custom ASP.NET MVC site that can show the RemoteApp's published through Remote Desktop Services at one of our servers. I am parsing the XML from the /rdweb/feed/webfeed.aspx feed and downloading the RDP files.

However, when I access this webfeed.aspx, I have to provide network credentials for it, which means I have to save the user's credentials in clear text in my MVC application.

Is it possible to use a shared auth. cookie or the like to avoid this?

Best regards, Kenneth