View Single Post
  #5  
Old 05-26-2006, 08:02 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
I tried it both ways (creating new C# HTTP and File system web sites). In both cases, when building the solution via the Make VS.NET action, I get output like:

5/26/2006 6:40:53 AM: Building project step 'Make VS 2005'...
Pre-processing...

Building configuration 'Debug|.NET'...
Microsoft (R) Build Engine Version 2.0.50727.42
[Microsoft .NET Framework, Version 2.0.50727.42]
Copyright (C) Microsoft Corporation 2005. All rights reserved.

__________________________________________________
Project "C:\Documents and Settings\user\My Documents\Visual Studio 2005\Projects\filetest\filetest.sln" (default targets):

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_compiler.exe -v /filetest -p ..\..\WebSites\filetest\ -u -f -d PrecompiledWeb\filetest\


The last line is the output of the precompilation. The precompilation output path is governed by 'right-click project -> Property Pages -> MSBuild Options -> Output Folder.'

If I delete the PrecompiledWeb folders and build again from VBP, they are regenerated.

I tested on Windows XP SP2 w/ VS 2005 Pro RTM (8.0.50727.42). Attached are my solutions, projects, bld and log file.
Attached Files
File Type: zip test.zip (6.7 KB, 1227 views)
Reply With Quote