I need to automatically sign in to my webforms application and another application, and I'd like to know how best to do this. Some options I researched were the HTTPWebRequest class, Selenium Toolkit for .NET. Can anyone help me?
I need to automatically sign in to my webforms application and another application, and I'd like to know how best to do this. Some options I researched were the HTTPWebRequest class, Selenium Toolkit for .NET. Can anyone help me?
Very easy. Follow these steps:
Probably the website returns something to be used in the next requisitions, so just pass this information on the next requisitions.