I always deploy reports on visual studio in my daily work.

I need change the targetServerURL if I would deploy reports on different server, If there is 60 servers ,I need input 60 times. it will take me longer time to repeat the same operation, which waste our time.
To make our work more efficient , I wrote the deploy tools to implement the feature that deploying report in multi servers automatically .

server list will be stored in xml file, will be initialized automatically when application is started next time.
The application support customer credential and default credential .I assume credential is same on all the servers and also all the reports will deploy to same folder named “Reports” .
Source code is on github , you can download and updated according to your requirement if you are insterested.
Good Luck
Leave a comment