show/hide this revision's text 2 edit based on comment response

When would that be needed?

Files published to IIS shouldn't be source code that needs to be re-compiled.

You could search for "automated build process process", "continuous integration" or MSBuild if you just want to set up a system that re-compiles and then publishes your site for you whenever you change the source code.

Am I missing something from your question?

show/hide this revision's text 1

When would that be needed?

Files published to IIS shouldn't be source code that needs to be re-compiled.

You could search for automated build process or MSBuild if you just want to set up a system that re-compiles and then publishes your site for you whenever you change the source code.

Am I missing something from your question?