Asp. NET files (reproduced in Owen's blog)

Source: Internet
Author: User

One. Extension:
    1. . aspx: Form files for foreground programs.
    2. . cs file : class file, primarily for background data processing, for all. aspx files in the background app.
    3. . asmx file : A class that is used to create Web services that are used from other applications.
    4. . css file : Style sheet, set the overall style of the interface.

Two. Special folders:

    1. app_browers : contains a browser definition (. browser) that identifies an individual browser and determines its functionality.
    2. app_data : Contains the application data file. such as: MDF, XML files and so on. There is also a local database file for the storage application, Aspnetdb.mdf, which maintains information such as membership, roles, user Configuration, and so on.
    3. app_globalresources : Contains resources (. resx and. resources files) that are compiled into a full-scope assembly. A folder's resources are strongly typed and can be accessed programmatically.
    4. app_localresources : A resource (. resx and. resources file) associated with a specific page, user control, or master page in the application.
    5. app_themes :. Css,.skin and image files and generic resource files.
    6. app_webreferences :. wsdl files,. xsd files,. disco and. Discomap.
    7. bin :. dll file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.