R
Rastko Soskic
Hi, everyone.
In previous version of ASP.NET, entire site (web project) was compiled
(built) into single assembly, so I could
import reference of the site's dll into (separate) project which contains
unit tests (later used with NUnit).
(VSNET2003 offers web projects to be added as reference into another
project)
But, now I have to use aspnet_compiler to compile site to assembly then to
reference that assembly
and then to run NUnit.... DAMN! I know this is complicated!
Actually, my question is: Is there a way to configure web app to be built
into assembly every time I build it?
I'm asking because VS2005 does not allow (offer) web site to be added as
reference to another project (OK that is logical
)
Any ideas? Advices? Recommendations? Thanks in advance.
In previous version of ASP.NET, entire site (web project) was compiled
(built) into single assembly, so I could
import reference of the site's dll into (separate) project which contains
unit tests (later used with NUnit).
(VSNET2003 offers web projects to be added as reference into another
project)
But, now I have to use aspnet_compiler to compile site to assembly then to
reference that assembly
and then to run NUnit.... DAMN! I know this is complicated!
Actually, my question is: Is there a way to configure web app to be built
into assembly every time I build it?
I'm asking because VS2005 does not allow (offer) web site to be added as
reference to another project (OK that is logical
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
Any ideas? Advices? Recommendations? Thanks in advance.