Posted on: 8/15/2014 5:50:44 AM | Views : 399

When I open a browser and try to access Blah.aspx, it always shows Default.aspx instead. Only when I try to access Blah.aspx again (after seeing Default.aspx) will it actually load Blah.aspx.
The project start action is Blah.aspx, and there are no references to Default.aspx in Web.config. I am not using a master page. The debugger shows that the first visit (of a session?) is not even hitting page_load of Blah.aspx.
What am I missing?

Go to the complete details ...