I'm publishing an ASP.Net MVC as an IIS7 site on my local workstation. Is it possible to get IIS7 to re-compile the project when needed?
|
|
|
|
|
|
|
There's a bunch of options, I think from easiest to more complicated:
|
||
|
|
|
|
Files published to IIS shouldn't be source code that needs to be re-compiled. You could search for "automated build process", "continuous integration" or MSBuild if you want to set up a system that re-compiles and then publishes your site for you whenever you change the source code. |
||||||||||
|
