He said this is because when the ASP. NET Program site is running for the first time, the. NET program needs to check whether the. CS file has been compiled. If not, the. DLL assembly is automatically generated in the temporary buffer zone. Some people in MSDN proposed a compromise, that is, to compile these CS files in advance, and then use the reflection mechanism to dynamically load these DLL files during running. Is this true when ASP. NET programs are released?
I don't know if this ASP. NET program is exactly published ???
Another project team of our company is working on ASP. when the. NET project is released. ASPX file, configuration file (WEB. CONFIG ),. copy the ASCX file and the DLL file under the/BIN directory to the client.
- DataList and Repeater controls of ASP. NET
- Analysis of IIS ing in ASP. NET
- Overview ASP. NET status types
- Introduction to ASP. NET and Web servers
- EnableViewState attribute of ASP. NET