G
Guest
Hi
Is there a way using an Intranet ASP.NET web application to access a text file from a specified folder
The Logic
ReadTextFile.asp
-------------------
FILE = "a_comma_delimited_text_file.txt
PATH = "C:\folder\subfolder\
ACCESS = PATH+FIL
Open for READONLY
Save it to SQL2000 databas
-------------------
When someone in the organiztion connected to the network access this page
1) Is it possible for my ASPX page to read the FILE
2) Is there a permission that can be administered to make it work
3) Can ACCESS = PATH+FILE be a folder on every computer in my organization an accessible folder from my REadTextFile.aspx
I'd appreciate your input
Sincerely
Yama Kamya
Sr. Micorsoft .NET Consultan
Is there a way using an Intranet ASP.NET web application to access a text file from a specified folder
The Logic
ReadTextFile.asp
-------------------
FILE = "a_comma_delimited_text_file.txt
PATH = "C:\folder\subfolder\
ACCESS = PATH+FIL
Open for READONLY
Save it to SQL2000 databas
-------------------
When someone in the organiztion connected to the network access this page
1) Is it possible for my ASPX page to read the FILE
2) Is there a permission that can be administered to make it work
3) Can ACCESS = PATH+FILE be a folder on every computer in my organization an accessible folder from my REadTextFile.aspx
I'd appreciate your input
Sincerely
Yama Kamya
Sr. Micorsoft .NET Consultan