Hello, Do we need to copy .cs files wile deploying ASP.NET 2.0 Website? I could not find any DLL created there in Bin folder. What is deployment process for ASp.NET 2.0 website project? Thanks in advance
Hello, Do we need to copy .cs files wile deploying ASP.NET 2.0 Website? I could not find any DLL created there in Bin folder. What is deployment process for ASp.NET 2.0 website project? Thanks in advance
No, you don't need to publish the source files. Use Publish Web Site from the Build menu, or for more options, download the Web Deployment add-on for Visual Studio, and add a deployment project to the solution.