Hi Brian,
Thank you for posting in the community!
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need your internet server to be
able to create files on another server on Intranet. If there is any
misunderstanding, please feel free to let me know.
I'd like to know what kind of project you are working on. Are you working
on an ASP.NET project? If you are collecting information from the web and
writing information to a text file on the other server, you can try to use
the StreamWriter class. It can create file on the machine and write text
into that file. When writing to the file we need to pay attention to the
permission issues. We have to impersonate the request so that the ASP.NET
application might access that folder correctly.
HTH. If you need some further assistance, could you provide me with more
information about you app, so that I can deliver my assistance more
accurately? I'll be glad if I can help.
If anything is unclear, please feel free to reply to the post.
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Kevin Yu [MSFT] - 28 Feb 2004 08:40 GMT
Hi Brian,
I'd like to know if the issue has been resoved yet. Is there anything that
I can help on this? I'm still monitoring on it. If you have any further
questions about this issue, please reply to the post in newsgroup.
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."