where is .dll file in asp.net 2.0

  • Thread starter Thread starter Avon
  • Start date Start date
A

Avon

HI,
just a stupid question,
where are .dll file in asp.net, it was in bin directory in as.net1.0-1.1
thanks
 
2.0 has much more options when it comes to deployment. One of those is to
have the site fully-updatable and compiled just in time.

If you add a web deployment project to your solution
(http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx),
you have a nice tool to control how the site is created - including making
it much more 1.ish.

It doesn't work in Visual Web Developer unfortunetly....but you can still
control some of it via the webiste properties...

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