visual studio - How to remove "encrypt contents to secure data" -


my website had problems loading image, css file , javascript file downloaded package "superfish".

i found problem "encrypt contents secure data" on each of files. ok, right-click -> properties -> advanced , unchecked "encrypt contents secure data" setting.

however, when re-publish using visual studio 2010, published files have setting flagged again. source files not have flag set, published files. files deleted prior commencing publish.

i have re-created each file pasting contents in new file, still when copied across flag reset.

i have tried publishing folder, alas new file still created encrypted contents setting.

it seems though visual studio still thinks setting should flagged, or copying cached version of file somewhere hasn't had setting removed.

how stop setting being re-flagged after each publish?

i had same issue css file. file somehow encrypted inside project folder, when deployed, carrying on flag. fixing in project folder solved issue.

check local source, make sure it's not encrypted there first. know said weren't, check again.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -