asp教程.net 文件类型列表
file name description
ends with .aspx asp.net教程 web pages.
they contain the user interface.
users request or navigate directly to one of these pages to start your web application.
ends with .ascx asp.net user controls.
user controls are similar to web pages, except that the user cannot access these files directly.
ends with .asmx asp.net web services collections of methods.
web.config xml-based configuration file for your asp.net application.
it includes settings for customizing security, state management, memory management, and much more.
global.asax global application file.
to define global variables and react to global events.
ends with .cs code-behind files that contain c# code.
ends with .vb code-behind files that contain vb code.