TAILIEUCHUNG - Beginning Visual Basic 2005 phần 8

Thời gian thực hiện là một trong những lợi ích mà nổi bật trên phần còn lại. Khi một trang là yêu cầu lần đầu tiên, một bản sao biên soạn được đặt vào bộ nhớ trên máy chủ cho các yêu cầu tiếp theo. Điều này cung cấp hiệu suất lợi nhuận lớn trong ngôn ngữ thông dịch. | Chapter 17 Execution time is one benefit in which stands out above the rest. When an page is requested the first time a compiled copy is placed into memory on the server for the next request. This provides for great performance gains over interpreted languages. Using Visual Studio 2005 to design your applications also makes a big difference in productivity. The .NET Framework supplies thousands of namespaces objects and controls for use developing Web Forms applications. Also also supports all .NET-compatible languages. By default Visual C and are all available in Visual Studio 2005. Special Web Site Files When you work with you will see many special files. These files are very important and each could have an entire chapter written about it. The two files you will learn about next are files that you can change to make sitewide changes from one location. There is much more to learn about these and you can do research at http . This file allows you to add code to certain application-level events. The most common events are Application_Start Application_End Session_Start Session_End and Application_Error. Application start and end events fire when the actual Web application inside of IIS changes state. This event will fire with the first request to a Web site after the server or IIS is restarted. The session events fire on a per user browser session on the Web server. When you save data to the user s session you must be careful. This data will be saved for every user browser that is browsing the application. This can create an extra load on the server. The final event is Application_Error. You can use this to log all unhandled events in one common place. Make sure to redirect users to a friendly error page after logging the error. is exactly what it appears to be a configuration file for the Web application it is an XML document. You can update

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.