Search code examples
c#asp.netvisual-studio-2012buildbuild-process

Build an ASP.NET website project in VS 2012 without the .cs files


How can i build my ASP.NET website project so that it will be ready to upload to the hosting server without the .cs files.

I can use the Web Publish protocol as it is not available in my hosting company.


Solution

  • Use Publish/Deploy to a local folder and then ftp/copy that folder upto your hosting provider