The bin directory is the output directory and the location of the compiled dynamic link inventory.
*. Suo is the project's user information file, which stores the user's personal Settings Using Vs. Net.
*. Vbproj. webinfo is unique to Web projects and contains information such as virtual directories of Web applications.
*. Vsdisco is a dynamic file discovery
AssemblyInfo. vb is an Assembly information file. The information in the compiled dynamic library (Assembly) is obtained from this file.
Global. asax is a Web application class, which is similar to a Global function (corresponding to Global. asa in ASP)
Global. asax. resx is the resource file of the above File
Global. asax. vb is a Web application code binding file.
Styles.css is a style sheet file.
Web. config is a configuration file for Web applications. It stores various configurations of Web applications.
*. Aspx. vb is An ASPX page file (Dynamic Server Page, corresponding to *. ASP in asp)
*. Aspx. resx is the resource file of the above file.
*. Aspx. vb is the code binding file for dynamic pages.