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?
