Hi.
I have a text file in my host root and I want to use it in my web application via my program but I want that clients can't see it directly, for example when they request "www.MyDomain.com\textFile.txt" an exception occurs.
How can I do that?
Thanks