I'm trying to create a smmall Website for some Document to fill them out. It's a lot standard Information and i created an included textfile to read from. My problem is, that i don't know how to read from it, if i move the project somewhere else. Something like that maybe:
String path = "http://localhost:52179/source.txt";
string[] myLines = File.ReadAllLines(path, Encoding.UTF8);