Can I deploy a web application without compiling?

Is it possible to deploy all codebehind files in a web application in addition to all resource files in the bin folder. So it will generate a binary website dynamically, similar to how the website works?

We have an asp.net 4.5 vb.net webforms application that we would like to deploy to specific clients in uncompressed mode so that user changes can be made. Is it possible? and if so, what is it either in IIS metadata or in web.config etc which tells IIS that it should generate the binary file itself?

Update typos templates not winforms :)

+3
source share

All Articles