deployment

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

Hi

I have my app ready to go and I would like some advice about deployment.

I have coded some files that my app will rely on and have included
references to these files in my application such as

location="c:\\abc\\def\\ghi\\my.xml";

is the a way that I can reference such files in my code without having to
know about the deployment location?

Thanks

Doug
 
Hi

I have my app ready to go and I would like some advice about deployment.

I have coded some files that my app will rely on and have included
references to these files in my application such as

location="c:\\abc\\def\\ghi\\my.xml";

is the a way that I can reference such files in my code without having to
know about the deployment location?

Thanks

Doug

Try using the config file(app.config) for locations and you can modify
the config file at run-time if you want to change the location of your
XML files.
 
thanks

I'll do some more research into this.


eusebiu said:
Try using the config file(app.config) for locations and you can modify
the config file at run-time if you want to change the location of your
XML files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top