G
Guest
Hi.
I want to write some text ("bla bla") to a file something.txt. That file is
accessible on http://192.168.0.1/dir/something.txt (I'm on LAN side).
I can read from that file. Web server is on IIS, I set to allow everyone
NTFS full control premission, and on IIS server I set allow read and write.
I found some ideas in library
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaccessinginternet.asp
an
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemNetHttpWebRequestClassTopic.asp
an
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemNetWebRequestClassTopic.asp
But I still cant write some sample code to write data in that file. Can
someone help me with some simple sample?
Tnx
by Miha
I want to write some text ("bla bla") to a file something.txt. That file is
accessible on http://192.168.0.1/dir/something.txt (I'm on LAN side).
I can read from that file. Web server is on IIS, I set to allow everyone
NTFS full control premission, and on IIS server I set allow read and write.
I found some ideas in library
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaccessinginternet.asp
an
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemNetHttpWebRequestClassTopic.asp
an
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemNetWebRequestClassTopic.asp
But I still cant write some sample code to write data in that file. Can
someone help me with some simple sample?
Tnx
by Miha