VS2010 c# .NET 4.0
We publish our web site to a folder. We than FTP from the folder to production servers. This was working fine till yesterday. Now I am getting error:
Copying file obj\prod\Package\PackageTmp\Global.asax to obj\test\Package\PackageTmp\obj\prod\Package\PackageTmp\Global.asax failed. Could not find file 'obj\prod\Package\PackageTmp\Global.asax'.
The file in the above path does not exist. which I am thinking is part of publish.
What are my options ?
Go to the complete details ...