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".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top