(Note: This is with IIS7)
When I go to http://localhost/MyApp, I get a 404.4 error, HTTP Error 404.4 - Not Found The resource you are looking for does not have a handler associated with it. Going to http://localhost/MyApp/default.aspx it works. I have searched and think I need to enable my StaticFileModule, but under Handler Mappings I don't have a StaticFileModule and don't know how/where to add it. Can someone inform me if this is my problem and how to fix it? Thanks!
Additional Error Details:
HTTP Error 404.4 - Not Found
The resource you are looking for does not have a handler associated with it.
Module: IIS Web Core
Notification: MapRequestHandler
Handler: Not yet determined
Error Code: 0x80070002
In IIS7 the default documents section lists default.aspx, which is what my default document is. Thanks again!