I have a solution that contains Web, Admin, couple of class and data access projects. Main project is Web. I am using Admin project as area under Web. Admin project's physical folder is under Web/Administration folder. But when i try to publish Web project, it publishes Web project and add other data access or class projects as dlls to bin folder, but neither Admin project being published nor it's dll being added to bin folder.
Solution
--- Data (Library)
--- Service (Library)
--- Admin (Area) *MVC Web*
--- Web (Main) *MVC Web*
--- Framework (Library)
What am i missing here?
PS: Please tell me if you need more info to help. I am really desperate here.