I am using VS2010 for development and ftp 3.10 64 bit for Uploading file to shared server, OS is Win 8 .
I have created a web application (asp.net web form) in dot net 4.0. The application uploads some file,sends email etc.As large file will be uploaded I had given executiontimeout as 1 hour.
Now every thing was running smooth but I updated the site using FTP but when I am doing this I am getting Error
Response: 550 The process cannot access the file because it is being used by another process. Error: Critical file transfer error
So I want to known that If i stop a site from running and use FTP to upload my file If any process is running does it stop with website or not and Does long running process locks aspx pages
Please help