Where is the binary of Framework 2.0 projects?

  • Thread starter Thread starter Benton
  • Start date Start date
B

Benton

Hi there,

Maybe a dumb question but I am playing with VWD 2005 Beta 1 (using the
integrated web server) and wonder where is the binary file of the compiled
project. I can't find it on the project's source directory as there is no
'bin' folder in there. Where can I find it? I need to move it to another
computer with IIS to do some testing.

Thanks in advance,

-Benton
 
That's a good link, Karl.

It explains that ASP.NET 2.0 allows the use
of 4 possible compilation options, including :

Normal (same as ASP.NET 1.x)
Batch compilation
Deployment pre-compilation
Full runtime compilation

Which one is used is up to the developer,
depending on his needs and circumstances.

best regards,



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================
 
Back
Top