View Single Post
  #1 (permalink)  
Old 08-29-2008, 2:10 PM
Espo Espo is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Aug 2008
Posts: 2
Reputation: 0
Espo is on a distinguished programming path ahead
Default Protect Source Code When Customer Installs ASP Application

We have an ASP.NET application that we install on our production server using an EXE program. We host both the application and customer SQL Server databases. We have a large customer in Canada that runs our older VB6 Windows application against a SQL Server database that they have. They want to run our ASP application on their own web server and host the application and database themselves. If we let them install the application they will have access to our source code. How can we protect the source code so that they can run it but not see it?
Reply With Quote