Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have a (hopefully) simple question:

Can i modify a xml file located in the App_Data folder without Visual Studio?

I want another person who is not allowed to develop my project in Visual Studio to grant the permission to edit a xml file.

The person should use e.g. notepad++ and simply edit and save the file after opening it from windows explorer.

Is this possible?

I've recognized, that the file is read only and I need to know if the feature of the App_Data folder is working well after removing the read only attribute.

share|improve this question
I haven't tried this, but I would be very surprised if the answer is no. As long as you don't remove any permissions from a file, the scenario should work. – SWeko Feb 16 '12 at 7:49
i see, thank you :) – Keith L. Feb 16 '12 at 8:56

1 Answer

up vote 2 down vote accepted

Yes you just have to set the file != read only and make sure that that user or a group he belongs to has read & write permissions to the file.

w7 http://www.addictivetips.com/windows-tips/windows-7-access-denied-permission-ownership/

others, for a specific university, but you ought to be able to figure it out. https://lbis.kenyon.edu/helpline/networksecurityandfilesharing/settingaccesspermissions

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.