Windows Forms Dynamic Properties - Running on a Web Server????

  • Thread starter Thread starter Jonas
  • Start date Start date
J

Jonas

I got in to a situation where we are planning to deploy our WinForms
app in to a web server.
We have dynamic properties already in it, and an XML file to read
certain configurations.
I know that this will give me an exception indicating that it could
not find the the files locally.
Is there a way to run a WinForms app that runs on the web with an
app.config, and an XML file? If so, where would I be able to put it on
the local machine.
 
Back
Top