I am using Mapquest Api in my web application. I am using this Mapquest Api in different pages. This api is given below:-
<script src="http://open.mapquestapi.com/sdk/js/v7.0.s/mqa.toolkit.js?key=YOURKEY"></script>
My question is How I can make key=YOURKEY dynamic. I mean to say that how to pass YOURKEY dynamical.
I have thought web.config file but I am not able to do this.
Can any one help me to sort this?