Question d’entretien chez Mitaja Corporation

Can I deploy the application without deploying the source code on the server

Réponse à la question d'entretien

Utilisateur anonyme

20 nov. 2017

Yes. You can obfuscate your code by using a new precompilation process called ‘precompilation for deployment’. You can use the asp net_compiler to recompile a site. This process builds each page in your web application into a single application DLL and some placeholder files.