![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What do I need to do if I want to write (with a stream) to file that is in a root dir of Web application or any other file on the disk. |
#3
| |||
| |||
|
|
You mean on the same computer? |
#4
| |||
| |||
|
|
Hi! What do I need to do if I want to write (with a stream) to file that is in a root dir of Web application or any other file on the disk. Thnx |
#5
| |||
| |||
|
|
Try : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconWritingTextToFile.asp Or if you tried something what is the problem ? |
#6
| |||
| |||
|
|
"Patrice" <nobody (AT) nowhere (DOT) com> wrote in message news:ebbuTu4lFHA.3144 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Try : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconWritingTextToFile.asp Or if you tried something what is the problem ? The problem is that when I open a stream to the file I can only read it and not write to it (CanWrite prperty is set to false). I think that the problem is with the premissions of the virtual dir where web app is, but I don't know how to set those premissions in IIS (not exactly). If I open a stream to the file with win app or something else that is not a Web site (VS 2005 beta2) I can read and write but with web app I can't. Why? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |