Shadow Folders and compiling ASP.NET Web Apps

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
abbie_mashaal
Posts: 1
Joined: Fri Jun 08, 2007 4:50 pm

Shadow Folders and compiling ASP.NET Web Apps

Post by abbie_mashaal » Fri Jun 08, 2007 4:55 pm

What's the standard practice for compiling .net web applications through the source control process?

In the ASP days, we used shadow folders to serve as the source for staging websites. With compilation of .net today, what is the standard practice? Run everything with codebehinds until production and then use aspnet_compiler.exe?

cheers,
a

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Mon Jun 11, 2007 8:30 am

abbie:

You can choose a number of different development styles to solve this problem. Personally, I like the model of an isolated development environment against a local web server, and then deploying from our build system.

A good reference on this would be Microsoft's Team Development Document. Just substitute Vault for the version control tool. :wink:
Jeff Clausius
SourceGear

Post Reply