I wrote an ASP.NET app in C# that consists of a WCF service and a simple website.
I have managed to deploy the project to IIS, but is there an easy way to deploy the project with only FTP access? Is there a file structure convention that is automatically picked up by the server (like a Java war) or is the process totally different? Thanks beforehand!
Cheers, SuperTron