I have a standard MOSS 2007 Web Site (MOSS Terminology: Application and a SiteCollection)
I located the home directory (as its setup in IIS)
C:\InetPub\wwwRoot\wss\VirtualDirectories\nyMOSSApp.com:80
I created a keepAlive.aspx file in this directory. The contents is very basic... but its a valid winForm file (not a 0KB File)
When I try navigate to the file, I get a 404 (File not found).
Any ideas?