I try to post a querystring to an ASP page using System.Net.WebClient. The asp page puts the querystring values into sessions and redirects to the next page on the same site. Then all session variables are lost. The same page works if a normal browser is used.
There is no way I can get rid of thoose crappy asp session variables as the asp pages are not under my control. So I really need to get WebClient to work correctly.
Any suggestions please?
Thanks,
Jørn.