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.

Re: Windows Forms Dynamic Properties - Running on a Web Server???? by Chris

Chris
Fri Aug 01 16:11:35 CDT 2003

I think the following link will suit your needs:
http://www.ondotnet.com/pub/a/dotnet/2003/01/27/ztd.html

For local files see this:
http://www.ondotnet.com/pub/a/dotnet/2003/04/21/isolatedstorage.html


"Jonas" <jonas.a@softworks.ca> wrote in message
news:570b3686.0307291351.427f5705@posting.google.com...
> 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.