fileupdate

Updating web.config with an MSBUILD task

I'm using an Web Deployment project to do a few post build tasks on a website I'm deploying. I want to use a FileUpdate task to update my web.config and change the compilation mode from debug="true" to debug="false". So, from this <compilation defaultLanguage="c#" debug="true" /> To this <compilation defaultLangua...

Always download file again when open a file in NetBeans IDE 6.8

Hi. I'm using NetBeans IDE 6.8. When I open a file, NetBeans opens an old file from my computer, not the actual one from the web-server. The problem is when some one else has edited the file on the web-server I need to download the file before I open it, so I don't lose the new changes. What I want to do is that NetBeans always downloa...