Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Fun with ASP.NET 2.0 build system

Fritz Onion is having fun with the ASP.NET 2.0 build system.

I'm not sure it's a good idea for production use. My Business Logic Layer, which will be the one to use the DAL, won't be in a ASP.NET project ;)

Anyway, it's fun

 

2 Comments

  • This is ok.



    Because, would you have read the whole article, you would have realized there is no asp.net build system, but a vs.net build system.

  • I did read the whole article and I did not find the vs.net build system, but that's probably my fault. What VS.NET does is to compile it to be able to provide intellisense, and using aspnet_compiler you'll probably be able to compile the entire site, including the assemblies for the .DAL files.



    BTW, there _is_ an asp.net build system. If you change the .DAL file in a deployed asp.net application, ASP.NET will 'rebuild' it without requiring VS.NET.



Comments have been disabled for this content.