how to deploy asp.net with out source
-
hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?
-
hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?
Rizwa, I don't think you can do away with ASPX pages with contain the HTML. Of course, you don't any of those CodeBehind and other .cs files since they are compiled into the dll (which is located in the bin folder). In VS.NET Copy Project option, there are options to this requirement. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
-
hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?
hi No need to encrypt to protect code .. what you need to do .. just create an Installer for Deployment it will deploy all the aspx no need of CS files. the other way .. it can be done manually .. that just give Aspx and other resource files .. no other file is required... regards Munawar Hussain Sr.Software Engineer Ayfasoft Lahore Pakistan Cell# +92-42-321-4365657 +92-42-304-4030466
-
hello there I have tried to create a deployment package but it keeps the source fies which I dont want user to have. can any one guide me how to encrypt those files for protection ?
Hi there, If you are using the VS to create a web setup project to deploy your ASP.NET application, then when you add the Project Output to the Web Application Folder you can choose: + Primary Output: the application assembly .dll. + Content Files: aspx, asax, config ... and do not choose Source Files (.cs or .vb).