The resource cannot be found

 
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET
View previous topic :: View next topic  
Author Message
ronentemp
-


Joined: 04 Apr 2006
Posts: 1

PostPosted: Tue Apr 04, 2006 6:34 pm    Post subject: The resource cannot be found Reply with quote

hi there.
i can't seem to be able to run any asp.net app in abyss.
i created a directory under my web root folder and copied an entire directory containing a working asp.net application (the original directory is under the root of an iis server and the application works when run through iis), but when i try to access the aspx file in the url or my browser, i always get a "The resource cannot be found" page (the page ends with "Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 ")
i followed the instructions of how to install an asp.net app to the letter (set the folder as an asp.net application etc..)
i notice that when i purposely make a mistake in the url and put in a wrong file name , i get the same error as long as i keep the aspx extension.
what am i doing wrong ?
thanks, ronen.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Apr 04, 2006 7:56 pm    Post subject: Re: The resource cannot be found Reply with quote

ronentemp,

Something (one of the files or a configuration directive in Web.config) may be referencing a file or an URL that is unavailable (or which path is wrong).

Could you please post here the full error message you get?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Wed Apr 19, 2006 6:45 am    Post subject: Reply with quote

I'm having the same issue. I'm doing a project for my college class to create a project for a rental video service. There was a start page .htm file that linked to two .aspx files. I have them linked properly and everything but I still get the same message:

Server Error in '/SunrayProject' 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: /SunrayProject/VideosForm.aspx


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Apr 19, 2006 10:16 am    Post subject: Reply with quote

munz46978,

The error states that you are referencing this path /SunrayProject/VideosForm.aspx but it was not found.

Do you have a file called VideosForm.aspx inside the /SunrayProject directory?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Wed Apr 19, 2006 4:13 pm    Post subject: Reply with quote

Yep, the files are there.

The project is online at http://dgenr8nx.kicks-ass.net/SunrayProject/ if you'd like to check out the directory. Everything is there that should be I think.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Apr 20, 2006 10:31 am    Post subject: Reply with quote

munz46978,

We were to download the files or see them because the site was offline.

As explained above the error is reported by ASP.NET and means that ASP.NET was unable to find a file: so please try locating the cause of the problem in your ASPX pages or let us review these pages in order to help you solve the problem.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Thu Apr 20, 2006 2:02 pm    Post subject: Reply with quote

Sorry

The site went down last night because my Internet service went down. Can you try again please? Thanks.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Apr 21, 2006 9:57 am    Post subject: Reply with quote

munz46978 wrote:
Sorry

The site went down last night because my Internet service went down. Can you try again please? Thanks.

Browsing your web site won't help us suggest a solution. Unless you confirm that the paths are fine in your page and unless we review the source code of your ASPX pages, we cannot help efficiently.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Fri Apr 21, 2006 2:20 pm    Post subject: Reply with quote

Okay here's the project in .zip file

http://dgenr8nx.kicks-ass.net/SunrayProject.zip
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Fri Apr 21, 2006 2:22 pm    Post subject: Reply with quote

munz46978 wrote:
Okay here's the project in .zip file

http://dgenr8nx.kicks-ass.net/SunrayProject.zip


Your link does not work. It times out.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Fri Apr 21, 2006 9:54 pm    Post subject: Reply with quote

Yeah, that's another thing. I set this server up on my home computer, and it ran fine with an older version of Abyss. But since I upgraded to the new one so I could get ASP capability, I've had a timeout issue. But anyways, I've uploaded it to a different server:

www.fantasymastersleague.com/SunrayProject.zip
Back to top View user's profile Send private message
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Mon Apr 24, 2006 6:17 pm    Post subject: Reply with quote

Has anyone been able to take a look at my file. My projects are due within a couple of weeks and the book isn't helping me with the code. I've done other research about the problem but I can't find any elsewhere. Thanks for any help.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Apr 25, 2006 10:41 am    Post subject: Reply with quote

munz46978 wrote:
Has anyone been able to take a look at my file. My projects are due within a couple of weeks and the book isn't helping me with the code. I've done other research about the problem but I can't find any elsewhere. Thanks for any help.

There are some errors in your code:

For example, the first line of VideosForm.aspx.vb should be:

Code:
Public Class VideosForm


After doing this change, rebuild the application before testing it (to have the contents of the assembly SunrayProject.dll regenerated).

If the error is still displayed, set the ASP.NET version of this application in Abyss Web Server to 2.0. We were able to get RentalForm.aspx work when using ASP.NET 2.0.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
munz46978
-


Joined: 19 Apr 2006
Posts: 7

PostPosted: Tue Apr 25, 2006 10:29 pm    Post subject: Reply with quote

Thanks. I figured it was a problem with some kind of software I had installed, because I hadn't really made any modifications to the code that Visual Studio generated.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group