Hi,
I'm using some automated deployment scripts to precompile, merge and upload my ASP.NET 2.0 websites. Until my upgrade to v3.5 Beta2 I simply used the aspnet_compiler application to precompile my webs: "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe" -v %1 -f -fixednames %1
With the 3.5 Version of the Framework there's no more aspnet_compiler.exe - at least not where it used to be. With Visual Studio 2008 I'm still able to precompile, though, but I want to be able to deploy my webs without Visual Studio. Does anyone know where I can find the "new" aspnet_compiler file or how I can automatically precompile (if possible without msbuild, I want to keep it as simple and lightweight as possible).
Thanks
~ Hannes