Wrox Programmer Forums
|
ASP.NET 1.x and 2.0 Application Design Application design with ASP.NET 1.0, 1.1, and 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.x and 2.0 Application Design section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 5th, 2005, 04:31 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Getting into multi-server hosting is a little bit more than you should think about at this point. You can do such things but it's advanced. Work on a multi project solution first, get an understanding of how all that works together, then worry about the more advanced topics.

But to answer your questions:

Yes, there will be three projects, each with its own resulting assembly. Having modular projects isn't so much of a literal implementation as it is an abstract idea. Each project is nothing more than a collection of classes and, for the web project, pages. How you architect/organize them has no bearing on how they work. The organization of pages could give the user an appearance of a "modular" application, but in the end it has now technical benefit. (The exception here is if you divided up a big complex web project into several different ones. Then you'd have a real separation between modules.) Indeed, you could consider that each individual page in a web project is 1 module because with respect to the stateless nature of web applications, each page works independently and apart from the others. They all just happen to live in the same project and application space.

-Peter
 
Old May 7th, 2005, 02:57 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

Thank you peter and prasanth. The time tracker application was very useful.

Yes, as suggested, I will try with all the layers hosted on same machine.





Similar Threads
Thread Thread Starter Forum Replies Last Post
IT Asset Tracking System Application Design Help Dipendra BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 1 March 27th, 2006 10:38 PM
IT Asset Tracking Application Design Help Dipendra VB Databases Basics 0 March 26th, 2006 07:41 AM
Exception design on Boxoffice Sample Application? dleal BOOK: Professional Java Development with the Spring Framework 1 November 11th, 2005 06:31 AM
Guidelines needed : multiple windows spacy ASP.NET 1.x and 2.0 Application Design 8 April 21st, 2005 06:02 AM
Q's about application design deian ASP.NET 1.x and 2.0 Application Design 1 December 30th, 2003 12:26 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.