I'm just wondering who is using what? Dreamweaver? VS.Net? What version VS.Net? Sharp Dev? Ugh FrontPage? Notepad?

What do you publish with? I am not happy with VS.Net in terms of publishing or working with web applications. I love the designers and intergration of code/compling, but I want to work with smaller groups of files and control application scope and so on.

I already break apart my data access layer and my ui layer into seperate projects. I want to find a clean easy way to break the UI into smaller projects.

Let us say I am working on netnsite.com and it has a guestbook, code lib, chatroom, and a few games. I want to break each of these and each game into it's own project space (namespace) and group these sub projects under a root project with a default page.

I want to do this to control my dll's on a higher level.

Is there a solution to this other than manual project management?