bin folder in VS 2005 web project

  • Thread starter Thread starter esha
  • Start date Start date
E

esha

In VS 2003 when you build web project, dll is created and saved in bin
folder.
I cannot find either bin or dll for my projects created in VS 2005.
Does VS 2005 use a different way to work. Does it create dll for the WEB at
all?
My projects created in VS 2003 did not work on production server until I
upload bin with dll.
With VS 2005 I upload only aspx and cs files and everything works.


Esha
 
In VS 2003 when you build web project, dll is created and saved in bin
folder.
I cannot find either bin or dll for my projects created in VS 2005.

BIN folder is created when you publish project.
With VS 2005 I upload only aspx and cs files and everything works.

It's ok also. Only difference is in leaving your source code out there.
 
Back
Top