January 2003
Beginner
696 pages
16h 38m
English
| Q1: | When I look at my Task Manager, there's a process called ASPNET_WP that consumes a bunch of memory. What is it? |
| A1: | The ASPNET_WP is the worker process that handles the processing of ASPX files for IIS. This application consumes more and more memory based on the number of users accessing your Web site. It has special permissions to access system files and directories because ASP.NET needs access to system resources on the IIS machine. |
| Q2: | What's the deal with PostBack events? I see a lot of code in the Page_Load events of samples in the SDK that checks to see whether the page is being posted back. |
| A2: | The PostBack event is extre14mely important to understand. A Form_Load event occurs the first time a page is loaded to a client's browser. ... |
Read now
Unlock full access