In ASP.NET 2.0; how do I define the connection string for a text file (abc.txt) that's in the App_Data folder?
I tried the following code and it does not work.
<add name="ConnStrText" connectionString="Provider
=Microsoft
.Jet.OLEDB
.4.0;Data Source=|DataDirectory|ABC.
txt;Extend
ed Properties='text;HDR=Yes;F
MT=Delimit
ed(,)'"/>
Start Free Trial