application_start

  • Thread starter Thread starter stephen noronha
  • Start date Start date
S

stephen noronha

Hi,

I have a quick question. I am trying to figure out how does
"application_start"
fire when we call an application.
I am developing a dot net application and when I set "Default.aspx" as the
start page, how does the web server load this page? where are its parameters
initialized?

Thanks,
Stephen
 
The start page is set within VS .NET. It is only for VS .NET to know which
page should run when you enter debug mode. It has nothing to do with IIS
and which page is your applicaiton's "Home Page".
 
Back
Top