RGPublish ignores empty folders in precompiled ASP.NET sites
jakenuts
Posts: 13
I'm trying to use RGPublish to deploy an ASP.NET site that is pre-compiled. Because some folders contain controls that are compiled to code alone the folders they occupied are empty and when I pass the site to RGPublish it doesn't seem to include them in the package. This causes an error when some routing & other code try to access the folder and see that it isn't there. Is there any way to preserve empty folders when publishing?
Thanks!
James
Thanks!
James
Comments
When RgPublish is run against a .csproj file it does not package the entire directory contents of your project it packages the output of building the solution.
So you could address the issue you are having in one of two ways:-
Hope this helps.