Hi Antonio,
I have the files, I guess I'm just stuck on exactly where I can put them.
Ideally I would like them to reside on the computer that is running my webapp.exe
It looks like during the execution of the program (on the client side) it goes out to the url where these files are located.
So these would have to reside somewhere on the internet right?
I can't use a path like "C:\myfiles\...." because the client would be looking locally for "C:\myfiles\...."
If I put them on the computer running the webapp.exe, how would I compensate for different server names/IP addressed when trying to access these .js files?
Maybe I'm just not understanding this correctly????
↧