encryption - Publishing encrypted files with Visual Studio 2010 ClickOnce -


my project solution located under encrypted folder , when publish project files encrypted. trying publish them server gives me error

failed copy file 'c:...' '\server...'. unable add 'application files/...' web site. unable add file 'application files...'. specified file not encrypted.

is there way remove encryption autmatically before publishing or other way solve this. don't want remove encryption of solution directory.

you can disable encryption typing commands promt

fsutil behavior set disableencryption 1

or if want keep encrpytion on, think need need make common encryption certificate , import both pc , server, able publish encrypted files across network.

  • make new certificate

  • import on both machines,

  • then goto encryption certificate manager , select certificate, prompted select drives, select drives , wait till updates files. on both machines.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -