Tagged Questions
The fileupdate tag has no wiki summary.
1
vote
3answers
55 views
Search and Replace a content in a file in JAVA
I have to edit the contents of a file and write the edited conted to another file.Here is the code iam using .
import java.io.*;
import java.util.*;
public class TestRef {
...
1
vote
1answer
691 views
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" ...
0
votes
1answer
43 views
Page does not change after file update/upload
I really need help on this one.
I am working on a site and made some changes on some lines, but after I uploaded it there were no changes happening. I have cleared my cache, even did ccleaner and a ...
0
votes
1answer
280 views
Always download file again when open a file in NetBeans IDE 6.8
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 ...
-4
votes
0answers
35 views
Server file update took too long [closed]
I was updating a php file to the server and noticed that it did not made any changes.
I have cleared my cache everytime to see if it was my browser, tried 3 different browsers.
Tried deleting the file ...