Showing posts with label VS2005 web project file reference. Show all posts
Showing posts with label VS2005 web project file reference. Show all posts

Monday, January 01, 2007

VS2005 Web Project File References

One big differece with VS2003 and VS2005 is that web projects do not contain a project file. For those of you that do not store assemblies in vss and maybe even use a compile server, this may seem like a problem. It turns out that it is not. All project references that the web project previously stored are now stored in the solution file. It should be safe to say that a web site only exists in one solution, so there does not seem to be a problem. Update the compile server and run msbuild to generate a PrecompiledWeb folder of the web app. (another nice addition to VS2005)