View Single Post
  #2  
Old 05-12-2006, 05:52 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
In my testing, this does precompile the web site. I created a new C# web site project, then created a step in VBP to build the solution for it, and building the step in VBP resulted in a PrecompiledWeb folder below the .sln file with the DLL in the site\bin folder. The default behavior is to use MSBuild, but choosing devenv in the compiler override field generated the same output.
Reply With Quote