bin folder in VS 2005 web project

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
 
J

Josip Medved

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.
 
E

esha

Thank you very much.


Josip Medved said:
BIN folder is created when you publish project.


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

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

Top