Select to view content in your preferred language

How to migrate the web.confg from .NEt Web ADF to JavaScript API

527
1
09-06-2013 10:04 AM
JoseSanchez
Frequent Contributor
Hi all

In the old Web ADF .Net projects the web config stores information such as key parameters used by the application. 

how is the web config handle in JavaScript platforms?

Thanks
0 Kudos
1 Reply
JohnGravois
Deactivated User
the JS API itself doesn't know anything about web.configs.  individual application developers can choose to write apps that pull configuration input from external files or information pulled out of the Url itself, or they can hardcode all logic and resources directly inside the application source.
0 Kudos