Click here to Skip to main content
15,917,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,
I want to deliver my web application project to the customer with out source code. How to do it?
Thanks in advance

What I have tried:

For windows application I know to create setup project. But, how to do it for web application?
Posted
Comments
Sergey Alexandrovich Kryukov 6-Apr-16 12:09pm    
Even for Window application, a setup should be a rare choice, only for products modifying some system settings, say, registration of a file type, making a hole in a firewall.

For a Web project, it depends, first of all, on who is your customer. The final customers are users; they don't need anything but a cite itself. For the users who are owners of the site or content, it all depends on their requirements. You never provide an ASP.NET site or application to a general public; maybe just some libraries or samples, but not the site itself. And when you set this deal with the customer... deployment techniques are well known.
Doesn't simply logical reasoning tell you that?

—SA
Gopi Kishan Mariyala 7-Apr-16 0:15am    
Generally, for a web application, if customer has enough knowledge on hosting then you can publish the solution and share the binaries. Else, if you are going to deploy the site on behalf of customer, you can decide what to do.
VR Karthikeyan 7-Apr-16 1:48am    
I think you are asking about ASP.Net site deployment, If yes, refer below links,
1. http://www.codeproject.com/Articles/53075/How-to-deploy-ASP-NET-Web-Application-on-server
2. http://www.tutorialspoint.com/asp.net/asp.net_deployment.htm
3. http://www.codeproject.com/search.aspx?q=asp.net+deployment&x=0&y=0&sbo=kw
sunpop 7-Apr-16 12:16pm    
Useful links. Thank you! I'm going to try now..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900