Assuming that there are 20 projects in a solution file and out of which there are 5 web application projects.
I have to call ASPNETCompiler recursively to run the 5 Web Applications Project using MSBuild Script.
Is there any way to implement this? Pls some one help me..