How can I set cookies of another page in asp.net?

thanu

New Member
I'm having trouble with my project. My attempt is to programmatically log in a website by using \[code\]HttpWebRequest\[/code\] from my site. After that, I uses \[code\]CookieContainer\[/code\] to collect all the returned cookies, and uses them to scrape data from that website.Everything ran fine.Now I want to set the cookies to the browser so that another users can use the cookies too. What should I do to save the \[code\]CookieContainer\[/code\] to the browser?
 
Back
Top