Using ASP.NET Automatically login to an external website and redirect

Posted by DoodleWalker on Stack Overflow See other posts from Stack Overflow or by DoodleWalker
Published on 2010-06-05T08:57:48Z Indexed on 2010/06/05 9:02 UTC
Read the original article Hit count: 430

Filed under:
|
|
|

Hello,

We have a series of products with built in web servers each of which has a login page, a customer wants to create a web portal in which they log into once, from there they can simply click on any of the devices (external websites) and it will automatically login to that site and redirect them to the page after the login screen.

The portal is using ASP.NET MVC, the external devices are Windows CE based units running embedded web servers.

Can find a lot on scraping, but not much on redirection after the event.

Many Thanks

Andy

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc