In each of several directories I have default.aspx pages.
I've set the default documents in IIS configured such that default.aspx is at the top of the list.
The default pages still take about 2-3 minutes to load.
So if I navigate to www.domainname.com/accounting/default.aspx the page loads quickly; however, if I navigate towww.domainname.com/accounting/ the page takes ~two minutes to load. The pagedoes load, it is found but it takes a very long time only when relying on the default behavior.
Any help appreciated.