PDA

View Full Version : Resource cannot be found.


bjacobs
08-03-2005, 12:07 AM
I am getting the following error when I try to go to my beta site. I have the Club Site Starter Kit installed and it is pointing to my sql server 2000 database at asp.net.

http://beta-10704.server1.dotnetsandbox.net/default.aspx


The error is "The resource cannot be found" and is looking for default.aspx. The files are installed at the root of ftp://beta-10704.server1.dotnetsandbox.net/

If I run the site locally but point to my discountasp.net sql server 2000 database the app runs fine. Also, I created a simple code internal web page called dummy.aspx and it also does not work.

I also tried precompiling the website and I get the exact same error.

Please help.

Thanks,

Billy Jacobs

Post Edited (Billy) : 8/3/2005 2:23:31 AM GMT

bjacobs
08-04-2005, 12:56 AM
Thanks. I thought I was going crazy. That was the problem.

Post Edited (Billy) : 8/4/2005 2:05:34 AM GMT

Danny
08-04-2005, 11:34 AM
You placed a "app_offline.htm" file in your site, this will shut off your web application and return 404 for all ASP.NET pages.

For more details about this, visit:
http://beta.asp.net/QuickStartv20/aspnet/doc/data/vwd.aspx