ASP.Net [2.0] Build Number?

  • Thread starter Thread starter Rob Meade
  • Start date Start date
R

Rob Meade

Hi all,

In VS2003 I was able to, in the assembly.info file specify a build number.
I have been unable to locate this in VS2005 - I can only assume VS is doing
this all for me...is there a way to still control it myself?

I've probably just missed something obvious, but none of my projects come
with an assembly.info file anymore..

Any information appreciated.

Regards

Rob
 
Hi,

by default in normal web site model (default in VS2005), VS does not involve
any compilation step but delegates that to ASP.NET infrastructure. It's
explained well here:
http://odetocode.com/Blogs/scott/archive/2005/11/15/2464.aspx

But you can get similar semantics "back" to VS2005 if you start using web
application project add-on (which eventually will be baked into VS2005 to be
one optional way to work with ASP.NET):
http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top