Creating a text file in my htdocs directory

Discussion in 'ASP.NET / ASP.NET Core' started by Happysam, Jul 8, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi. I want a asp page to write/update a simple text file in my default web page directory which is then used by other pages. I was going to use the filestream class but it seems that's not implimented here. Any ideas.

    Many thanks.

    Sam.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You should be able to create / write a file using asp.net code. do you get any error?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page