employer cover photo
employer logo
employer logo

Mitaja Corporation

Is this your company?

Mitaja Corporation interview question

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

Interview Answer

Anonymous

Nov 20, 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.