I am trying to create a little application that logs into a website, crawls the site and saves various pieces of data. I am having issues creating the webclient that logs in to the website. I have been looking at the various solutions presented here on the site and the solutions the five first pages of a google search suggested. All of them has not yielded a result...
The site is running .NET, so I am wondering if it is the viewstate that is causing issues?
Using the solution offered here: Login to website, via C# I can only see the SessionId cookie - not the .ASPXAUTH cookie that should be there once logged in.
Suggestions?