i have following code and when i pass absolute path my project works but i need relative path configuration.ini is a file which is in my current project so when i give absolute path, like this ,the code never runs
<app Settings
<add key="Configuration Path" value="d:DocsWcfService\Configuration.INI"/>
</app Settings
i need something like this ,is there any way?
<app Settings
<add key="Configuration Path" value="~\Configuration.INI"/>
</app Settings
Server.MapPath