I have an application in a web farm which it consists of 4 web servers. Every time I made a change on the application and I upload it on the server I am getting an error which said that the *.DLL isn't available. It gets compiled on the 1st server and I have to await until it gets compiled on the other servers as well.

Let's say that I have 50 web servers, how could I avoid the compilation an all the servers.

Is there any workaround for this?

Thanks

link|improve this question
feedback

1 Answer

You could write a PowerShell script to automate cross-farm compilation.

link|improve this answer
could you suggest anything of how could this be applied? – StrouMfios Jun 8 '11 at 7:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.