problems with aspx home page

Discussion in 'Suggestions and Feedback' started by drumatic, Apr 8, 2009.

  1. my default.aspx page for my website wont work online I get the http 404 error but this default page is in my application route don't now what to do any ideas web heads?
     
  2. The 404 error generally means that it can't find the file that you're calling out. I would recommend that you make sure that file is uploaded correctly, or you open a ticket if you're still having problems.
     
  3. Also check what files or components default.aspx is calling on. If these files do not exist or the path you set in 'default.aspx' is not correct you can also get this 404 error message.
     

Share This Page