Saturday, March 24, 2012

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

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.re:
> Where has the /bin directory with the *.dll file(s) gone in asp.net projec
ts
> 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/r...astructure/wdp/
Web Application Projects :
http://msdn.microsoft.com/asp.net/r...astructure/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 espaol : http://asp.net.do/foros/
===================================
"Willy S" <WillyS@.discussions.microsoft.com> wrote in message
news:244C5F13-A458-4842-8807-00FF888667C6@.microsoft.com...
> Where has the /bin directory with the *.dll file(s) gone in asp.net projec
ts
> 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 th
e
> 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 sessi
on
> values, there are different developers working on different systems, we do
nt
> have access to the web-server to make new application directories.
>

0 comments:

Post a Comment