In code I often find ~/ or ../ with paths but unfortunately it is not clear to me what these are and what the difference is. Which one to use with multiple level directories ?
I guess ../ means domain of site or application?
Can you please guide what they are, and how they are different?
The tilde (~) refers to the application root directory. In ASP, the tilde is used for HyperLinks or Page.ResolveURL.
Two dots (..) refers to the folder that is one level higher than the current folder.