I have ASP.NET server app which has in web.config :
<appSettings file="config\another.config">
so the settings are different for each dev and stored separately in svn. is there a way to get the file name programmatically (I dont want to parse the web.config raw text just for that) ?