Hi Steve
Thanks for getting back to me. To answer your questions:
1. No, I cannot access default.aspx from the IIS machine via it's internet address
2. There is nothing at all to be seen in the event log for the server machine.
3. The following log entries were taken in IIS format.
The first entry is a request to http://www.mywebsite.com/myApp
The second entry is a request to http://www.mywebsite.com/myApp/default.aspx
81.96.84.217, -, 6/27/2008, 18:55:53, W3SVC1, DESKTOP, 192.168.1.6, 26, 710, 383, 301, 0, GET, /myApp, -,
81.96.84.217, -, 6/27/2008, 18:55:53, W3SVC1, DESKTOP, 192.168.1.6, 198, 711, 758, 200, 0, GET, /myApp/, -,
The following lines are W3C format, for the same two requests:
2008-06-27 17:57:22 192.168.1.6 GET /myApp - 80 - 81.96.84.217 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+MathPlayer+2.10b;+SLCC1;+.NET+CLR+2.0.50727;+Media+Center+PC+5.0;+Tablet+PC+2.0;+.NET+CLR+3.5.21022;+.NET+CLR+3.0.04506) 301 0 0 22
2008-06-27 17:57:22 192.168.1.6 GET /myApp/ - 80 - 81.96.84.217 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+MathPlayer+2.10b;+SLCC1;+.NET+CLR+2.0.50727;+Media+Center+PC+5.0;+Tablet+PC+2.0;+.NET+CLR+3.5.21022;+.NET+CLR+3.0.04506) 200 0 0 331
There are also no entries from Failed Event Tracing. A log file is not created.
4. There are no more detailed error messages to be seen by making the request from the IIS machine. In IIS7, I have set up detailed error messages for error 404. Still, nothing is shown other than the same old:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /myApp/default.aspx
And, yes, I have already done a sanity check. I am happy that default.aspx exists!!!
Thanks for your time
All the best
col