Database Reference
In-Depth Information
{
//Code that runs when an unhandled error occurs.
}
void Session_Start(object sender, EventArgs e)
{
//Code that runs when a new session is started.
}
void Session_End(object sender, EventArgs e)
{
//Code that runs when a session ends.
//Note: The Session_End event is raised only when
//the sessionstate mode
//is set to InProc in the Web.config file.
//If session mode is set to StateServer
//or SQLServer, the event is not raised.
}
}
4. To try the project, click the Internet Explorer icon on the tool bar. he Student Club
web page will be displayed as shown in Figure 11.14. Click the Book Club radio button
and enter information about the name, e-mail, and major (Figure 11.14). hen, click
the Submit button. At this step, you may not see anything since the Windows Azure
storage emulator may not be active yet. We will demonstrate this in the next activity.
As you can see in Figure 11.14, there is no photo yet. Since photos are often stored as
binary code, we will use the Blob storage to store the photos in the next section.
Figure 11.14
Student Club web page.
Search WWH ::




Custom Search