aspnet_compiler in Azure starup task

brianpass

New Member
Does anyone know if its possible to call aspnet_compiler from an azure role startup task to force a precompilation inplace. (And if so as a foregroudn/background or simple task?)Perhaps something like:%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_precompile.exe -v / -p "F:\siteroots\0"Or are there any better ways to accomplish this?
 
Top