What is the method I should use for Extracting,Testing,Compiling,Deploying an ASP.NET (.NET 3.5) application from Clear Case 7.0.
I am new to .net technology and using visual studio 2008 Professional Edition .currently using thick client Clear case dynamic view
1/ Which View I should use for pulling the data from ClearCase:
Dynamic View or Snap shot view?
2/ I would like to pull the latest source from ClearCase and put the source to a specified folder on the server side. based on the config spec.
I started using the Cruise control .net for pulling the source from ClearCase dynamic view.
But it failed with an error 'c:/setup/vtproject/abc is not a snapshot view'
, If so what should be in my ccnet config?
3/ Once the objects are copied, and run a build script to compile the objects and build release version with a release label, deploy the release version into the app server folder(s)
Please suggest me a tool/ solution to setup