Vous êtes sur la page 1sur 1

key files in an asp.

net application
Breakdon
=======================
1. Web or content pages
2. Code behind pages - application code is in these files, each inherits from Sy
stem.web.ui.page
3. web.config - defines configuration settings e.g db connections etc
4. global.asax - manages application and session event handlers i.e what happens
when the app or session starts and what happens when they end
5. Master pages - works with themes, skins, styles sheets and images to provide
a professional and consistent look
6. Classes - encapsulating both user interface and application logic
7. machine.config - contains configuration for the host server environment

Vous aimerez peut-être aussi