answersLogoWhite

0


Best Answer

• When used appropriately, a layered design can lessen the overall impact of changes to the application.

•Allows you to modify a component without disturbing the next one

•Design scalable and maintainable web applications rapidly

•Increase security level of an application

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the advantage of using layered architecture in asp.net application?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does aspnet work?

Asp.Net is client server architecture.


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


Simple source code invite friend in orkut application in aspnet?

zxvzvzxvzxv


What is the full form of Asax in aspnet?

the full form of asax is Active Server Application Extension


What is a Theme in ASPNET application?

A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web application, or across all Web applications on a server.


How many in built objects are there in ASPNet?

there are 6 objects. 1. server 2. session 3. application 4. ObjectContext 5. Response 6. Request


How do you debug an ASPNET application?

To debug a Web application during development. On the Debug menu, click Start to begin debugging the Web application. Visual Studio builds the Web applicationproject, deploys the application if necessary, starts the ASP.NET Development Server if you are debugging locally, and attaches to the ASP.NET worker process.


What is .asax file in aspnet?

Global.asax is a file that contains Application layer events like: Application Start, Application end, Application error ... You can use those events to make some actions like filling data in cache, clear cache, send error email to system admin when errors occur ...


Designing application for ASPNET?

You need to have .NET Framework installed for designing applications for ASP.NET. THE Visual Studio IDE will provide the interface for devloping such applications.See related links.


Define sessions in aspnet?

ASP.NET automatically creates a session for each unique browser connection to your application. You can access the session through the Session[] collection in any System.Web.UI.Page object.


How do you devolop passport authentication using aspnet?

How can I get a batch file (that calls on an executable file and a .fil file) that is made for a 32 bit application to work on a 64 bit win 7?


How many objects in aspnet?

6