R
Roland Dick
Hi,
I'm trying to get a no touch deployment application with parameters
working. I've read the - very good - article by Chris Sells on MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms05152003.asp
and basically, everything's working from the folder the demo project
creates (/deploy).
Now, if I try to copy the files to another folder on the harddisk and
create a new webapplication in IIS, I get an error - obviously the
application tries to load some AppConfig data.
The thing is: My application doesn't. Since we had problems with that
(mainly registering the ISAPI handler didn't work), we decided to put an
xml file somewhere and read from that instead of the
<application.exe>.config file.
Again, everything works fine in the directory Chris' demo project
created. But all settings seem to be the same for both applications in IIS.
Can anyone help me with that?
Thank you,
Regards,
Roland
I'm trying to get a no touch deployment application with parameters
working. I've read the - very good - article by Chris Sells on MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms05152003.asp
and basically, everything's working from the folder the demo project
creates (/deploy).
Now, if I try to copy the files to another folder on the harddisk and
create a new webapplication in IIS, I get an error - obviously the
application tries to load some AppConfig data.
The thing is: My application doesn't. Since we had problems with that
(mainly registering the ISAPI handler didn't work), we decided to put an
xml file somewhere and read from that instead of the
<application.exe>.config file.
Again, everything works fine in the directory Chris' demo project
created. But all settings seem to be the same for both applications in IIS.
Can anyone help me with that?
Thank you,
Regards,
Roland