Domanda di colloquio di Mitaja Corporation

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

Risposta di colloquio

Anonimo

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.