blah blah blah is here! blah blah » Close

0
votes
0 answers

Logging to remote ASP.net page programatically with C#

Hi, I wan't to connect to remote web page (that has login form) with HttpWebRequest. I am using this tutorial: http://www.byteblocks.com/page/How-to-submit-requests-to-web-sites-programatically-using-HttpWebRequest.aspx ,but I don't know ...

0
votes
1 answers

Connecting to remote machine filesystem?

Hello, how to connect to remote machine's filesystem with .net (C#)? I need to acces remote server's folder on disk. This folder is not shared, and this server is on another domain. I have user account (username and password) and I have ...

Feedback