View Single Post
  #8  
Old 05-26-2006, 03:21 PM
jnapier jnapier is online now
Registered User
 
Join Date: 07-29-2003
Posts: 32
I've tracked down the problem. I was building the Configuration Release| Any CPU and it appears that by default, the website is not set to build in this mode. Its hidden in the configuration manager because you have to change the buiod platform dropdown. Regardless, setting the website to build in this configuration fixed the problem and now my build script builds the websote as your sample project does. Thank you.

In fixing this, I found a little problem with the increment version capability. We placed an AssemblyInfo.cs file into the App_Code directory so that we can have access to a build number to display on our website for maintenance purposes. The increment version of the Make VS.NEt step does not update an Assembly Info file in the Web project. It updates the AssemblyInfo for the other projects, but not the web project.

Thanks for the help.
Reply With Quote