I am have a problem doing a no-touch deployment of an winforms application
The client computer has the .net framework.
I compiled my application into a virtual directory and set the permissions on the clients computer to allow code on the intranet to execute.
When I type the url to the .EXE, the application appears to download, compile, and start. I am having a problem when the app tries to read the App.config file. I checked the temp directory for IE and the app.config file appears to download, but the application can't read it.
Any Ideas,
Thanks
The client computer has the .net framework.
I compiled my application into a virtual directory and set the permissions on the clients computer to allow code on the intranet to execute.
When I type the url to the .EXE, the application appears to download, compile, and start. I am having a problem when the app tries to read the App.config file. I checked the temp directory for IE and the app.config file appears to download, but the application can't read it.
Any Ideas,
Thanks