J
JeffDotNet
Recently we were required to install EFS on our machines.
Ever since the installation of EFS I have been unable to successfully us the
publish website or copy website deployment methods without manually
decrypting the files first.
Dev laptop: Win XP SP2 (Machine I am deploying website from)
Visual Studio 2005 SP1
Dev Server: win2003 (Destination of the website)
“Publish websiteâ€
Publish website will exit with Publish Succeeded but will not publish any
files that have been encrypted by EFS. (This leaves me little more than a
set of empty directories)
“Copy Websiteâ€
Using Visual studio “copy website†takes forever and in the end fails and
the log reports it was unable to encrypt files.
If I manually decrypt the files before using “Copy Website†visual studio is
able to properly send the files to the server. However this manual
decryption causes the source file timestamps to be modified and this is very
undesirable.
Manual Copy (Without “Copy Websiteâ€)
If I manually copy the files to my development server it takes an extremely
long time. (between 15-45minutes for a small intranet application) I assume
this is due to the decryption being done just prior to moving the files.
If I manual decrypt the files then the manual copy the files it is quick as
ever.
The helpdesk has recommended moving my projects outside of my documents to
avoid the EFS encryption. Is there a way to configure VS2005 to work around
EFS? I would really prefer not to move my VS projects outside of my
documents.
Ever since the installation of EFS I have been unable to successfully us the
publish website or copy website deployment methods without manually
decrypting the files first.
Dev laptop: Win XP SP2 (Machine I am deploying website from)
Visual Studio 2005 SP1
Dev Server: win2003 (Destination of the website)
“Publish websiteâ€
Publish website will exit with Publish Succeeded but will not publish any
files that have been encrypted by EFS. (This leaves me little more than a
set of empty directories)
“Copy Websiteâ€
Using Visual studio “copy website†takes forever and in the end fails and
the log reports it was unable to encrypt files.
If I manually decrypt the files before using “Copy Website†visual studio is
able to properly send the files to the server. However this manual
decryption causes the source file timestamps to be modified and this is very
undesirable.
Manual Copy (Without “Copy Websiteâ€)
If I manually copy the files to my development server it takes an extremely
long time. (between 15-45minutes for a small intranet application) I assume
this is due to the decryption being done just prior to moving the files.
If I manual decrypt the files then the manual copy the files it is quick as
ever.
The helpdesk has recommended moving my projects outside of my documents to
avoid the EFS encryption. Is there a way to configure VS2005 to work around
EFS? I would really prefer not to move my VS projects outside of my
documents.