bizarre! aspnet 2.0

  • Thread starter Thread starter Vai2000
  • Start date Start date
V

Vai2000

Hi All, I have been an expr. asp.net 1.0 developer. When I built my asp.net
2.0 site I don't see no dll in the bin directory...What's up with that? even
after I inserted some events on the .cs file the page worked fine....
Confused can someone shed light on this?

TIA
 
ASP.NET 2.0 has many more compilation models. The default (annoyingly so),
makes everything JIT, including .cs files. There are dlls, but they'll be
located in the temp ASP.NET directory. This makes it easier for yoru project
to be updated.

I use the Web Deploymnet project a lot to let me better control all of the
new otions.:
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/

Karl
 

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