VS 2005 ASP.NET applications and /bin/*.dll file(s)?

G

Guest

Where has the /bin directory with the *.dll file(s) gone in asp.net projects
in vs 2005?

I cant find any /bin directory in the projects - so how can I ftp a new
web/web-service to prod. server without the corresponding *.dll file(s)?

....
Finally I found a new item in the Build menu, "Publish Web Site".
Seems to this makes the files, but..!?
It makes only one dll file, always named App_Code.dll !?
How can i put different projects in the same application when they have the
same .dll filename?
That is not possible!
Do I have to drop vs 2005 and use 2003?

We use the same application for all projects because they share some session
values, there are different developers working on different systems, we dont
have access to the web-server to make new application directories.
 
J

Juan T. Llibre

re:
Where has the /bin directory with the *.dll file(s) gone in asp.net projects
in vs 2005?

Initially, VS 2005 didn't use it. Then, its use by VS 2005 was restored.

You need to get up to speed with the Web Deployment Projects
and Web Application Projects VS 2005 add-ins.

Web Deployment Projects :
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/

Web Application Projects :
http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/

Once you learn how to use these new tools, you'll be OK.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

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