converted web 1.1 to 2.0, no longer get dlls in bin directory?

L

Les Caudle

I converted an ASP.NET 1.1 web running on IIS under XP Pro using Visual Studio
2005

It runs ok, but when I build it - no dlls are created in the BIN directory (or
any other directory that I've found).

I don't see where the settings are to configured to change the compilation model
so that I get the old BIN behavior as mentioned in:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/Internals.asp

There are plenty of configuration options for a Windows Application (where the
bin directory can be set), but I just don't see these for this ASP.NET 2.0
converted app.

I'd like to continue to copy the files by hand to another web server, and I
can't do this if I cannot locate them.
 
J

Juan T. Llibre

That's the way it's supposed to be.
The compilation model changed with VS 2005.

If you want to work with the same compilation model as VS 2003,
download the Web Application Tool :

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

The WAP can compile your websites created
with VS 2005 using the same compilation model as VS 2003.

If you decide to go that way, make sure you read Scott Guthrie's tutorials :
http://webproject.scottgu.com/

Also, don't forget to visit the WAP forum :
http://forums.asp.net/1019/showforum.aspx




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