Gurpreet Arora

Gurpreet Arora

  • NA
  • 20
  • 3.4k

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)