Mobile app version of vmapp.org
Login or Join
Shelley277

: Web farm application issue with compilation 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

@Shelley277

Posted in: #AspNet #Webfarm

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

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley277

1 Comments

Sorted by latest first Latest Oldest Best

 

@Hamm4606531

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

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme