Gurpreet Arora

Gurpreet Arora

  • 218
  • 7.8k
  • 592.1k

Compile whole Web Application in asp.net

Aug 3 2015 1:30 AM
Hi 
 
 
I create a web application in asp.net using C#  I want to Compile the whole application before deploying on server that the user not able to read or edit the  Code . 
 
 
 
 
I try this Code aspnet_compiler -p physicalOrRelativePath -v / targetPath -u 
 
 
but it remove my all Class files and App_Code folder 

Answers (3)