Deploying the application
Can I deploy the application without deploying the source code on the server?
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.
SenthilkumarPosted Feb 24, 2012, 2:34 AM
If you have static pages then you can deploy without source code.
But when you have web application, all the source code will be compiled as .dll. It needs to loaded at the time of execution.
If you have not deployed the source code dll then you will get the error in application for assembly not found....