Hi, friends
I want to know that Can I deploy the application without deploying the source code on the server?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Mar 19, 2012, 8:08 PM
SenthilkumarPosted Mar 19, 2012, 12:25 PM
If you build the application it will generate the dll and you can deploy the dll instead of source code.
There is no source code can be deployed. Actually it will look the assembly which contains the MSIL.
The .aspx and other javascript,css files can be like normally and dll has to be deployed in bin folder.