Hi,
We have a big .NET 2.0 Windows Application (WinForm) project which has an
App_Data subfolder in it. Now we want to deploy that WinForm app using
ClickOnce with Web deployment strategy.
Our problem is once the project is published on the Web server, there is no
way the App_Data can be accessed by ClickOnce because ASP.NET 2.0 prevents
all access to App_* directories.
So when we click on the "Install" button of ClickOnce, it always fails with
a message like "Could not download http://<server_name>/.../App_Data/...
This is a big problem to us because this application has the "App_Data"
directory hard-coded at many places (poor implementation :-().
Could you please help to advise us if there is any way to work around this
issue?
Thank you very much for your help.
Regards,
Nhu