J
John Kotuby
Hi all.
Up until recently I have been simply copying the website project to the
server such that all files on my development machine are included and the
site works as expected.
Now that the site is near completion, I tried depoying the precompiled
version and discovered that some files are missing.
I use some 3rd party tools that require their license files to be in the
same folder as their associated assemblies, in other words the BIN folder.
When I uploaded the precompiled version, I discovered that the 3rd party
assemblies were present but their License files were gone. Is there any way
to tell VS that I want to include some files "as is" in the BIN folder so
that I don't have to upload them separately after each precompile
deployment?
TIA
Up until recently I have been simply copying the website project to the
server such that all files on my development machine are included and the
site works as expected.
Now that the site is near completion, I tried depoying the precompiled
version and discovered that some files are missing.
I use some 3rd party tools that require their license files to be in the
same folder as their associated assemblies, in other words the BIN folder.
When I uploaded the precompiled version, I discovered that the 3rd party
assemblies were present but their License files were gone. Is there any way
to tell VS that I want to include some files "as is" in the BIN folder so
that I don't have to upload them separately after each precompile
deployment?
TIA