xml file location

Discussion in 'ASP.NET / ASP.NET Core' started by ManateeOfLove, Jan 4, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I use several xml files to store data for list boxes, etc. Then I read them into a dataset using the readxml method with the aid of the Request.PhysicalApplicationPath property. Of course I need a path for the method. My question is how can I ensure that my xml files are uploaded to the proper location on the DA server (and What is the proper location?) and how should I obtain the path for reading the files?
     
  2. Thanks very much - I decided to use sql tables instead - the xml method is a bit too cumbersome anyway.
     
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