Click here to Skip to main content
16,023,339 members

Comments by manoj12.shrivastava (Top 6 by date)

manoj12.shrivastava 18-Jun-13 3:50am View    
no both are individual
application hosted on xyz.com
and sqlserver is running on my machine
manoj12.shrivastava 18-Jun-13 3:49am View    
No my asp.net application hosted on some domain address suppose
www.xyz.com
and my sqlserver is running on my machine ...
manoj12.shrivastava 8-Jan-13 10:54am View    
Thank you very much sir
manoj12.shrivastava 13-Sep-12 5:48am View    
Sir,
Thanks for you reply ....
But in my case it's not working ..
actually the problem is

I have to delete file first if exist in destination folder
after that copy/move new file with the same name in destination folder..

My problem is that the file being deleted is a large video file typically 60 to 80MB, so this takes time to delete. In the mean time the following file copying code executes and tries to replace the file. Is there a way for me to hold the file copy operation and until the deletion is completed?
manoj12.shrivastava 13-Sep-12 5:32am View    
sir i have tried this but it is not working for me....
i m getting error can not create file it is already exist....