A
aDc
Hello,
I am getting some strange behavior with my ASP.NET application. Anytime I
make a request to a page in the application the page_load for that page is
fired as expected BUT then the page_load for the default document configured
in IIS (5.0) (in my case Default.aspx) fires also. This happens on every
request.
If I remove the default document in IIS or rename the page in the
application the default documents page_load event does not fire.
Any Ideas on what could be causing this.
I am getting some strange behavior with my ASP.NET application. Anytime I
make a request to a page in the application the page_load for that page is
fired as expected BUT then the page_load for the default document configured
in IIS (5.0) (in my case Default.aspx) fires also. This happens on every
request.
If I remove the default document in IIS or rename the page in the
application the default documents page_load event does not fire.
Any Ideas on what could be causing this.