ASP.NET - Error - Asked By vimalkumar panneerselvam on 08-Dec-10 04:25 AM

 HI when i try to login to login into my application from login page i get the following error

 

Server Error in '/MeadeKing Database' Application.

HTTP Error 404 - Not Found.


Version Information: ASP.NET Development Server 10.0.0.0



Any suggestions abt wat could be the problem
Danasegarane Arunachalam replied to vimalkumar panneerselvam on 08-Dec-10 04:33 AM
It says that there is no sub directory in you website with folder name called

MeadeKing Database

, Do you have that folder
DL M replied to vimalkumar panneerselvam on 08-Dec-10 04:34 AM
General there is nothing specific about the 404 errors http://www.ironspeed.com/Designer/6.2.1/WebHelp/Part_V/HTTP_Error_404_Page_Not_Found.htm will help
Mitesh Darji replied to vimalkumar panneerselvam on 08-Dec-10 04:34 AM

Meaning of 404

When we expand the code 404, the first digit “4” represents a client error. The server indicates that you did a mistake like misspelling the URL or requesting for a page that is no longer available.

The middle digit, 0 represents a general syntax error and could indicate a spelling mistake.

The last digit, 4 refers to a specific error in the group of 40x.

The World Wide Web Consortium (W3C) states that 404 Not Found should be used in cases where the server fails to find the requested location and is unsure of its status. Whenever a page has been permanently removed, the status code used must be 410. But hardly have we seen a 410 page. Instead, 404 Not Found page has become popular and the most commonly used error page.

Content of a 404 Error Page

A 404 response code is always followed by a human readable reason phrase as per the HTTP specification. Generally, a web server issues an HTML page that has the 404 code and the “Not Found” phrase by default. You can configure a web server to display a branded page with a better description and a search form. But the protocol level phrase requires no customization as it is hidden from the user.

Soft 404s

Soft 404 errors are actually “Not Found” errors returned by a web server as a standard web page with a 200 Ok response code. In an automated process of discovering a broken link, the soft 404 errors are problematic.

The BT Group of UK has a clean feed content blocking system that returns a 404 error to the requests for content identified as illegal by the Internet Watch Foundation. Even when the user tries to access the Government censored websites, a fake 404 error will be returned.

I have found good article from below link for this can you please go through below link :

http://www.404errorpages.com/

http://www.checkupdown.com/status/E404.html

vimalkumar panneerselvam replied to Danasegarane Arunachalam on 09-Dec-10 05:16 AM
Can i eloborately know how to solve thz problem. thanx for your suggestion anyway.

When i see the virtual directory on highlighting my web app directory , in right side all shows all the pages which i created and i dnt know still wat i need to do...


Danasegarane Arunachalam replied to vimalkumar panneerselvam on 09-Dec-10 05:18 AM
From there select any file and choose the browser option and see what happens
vimalkumar panneerselvam replied to Danasegarane Arunachalam on 09-Dec-10 05:34 AM

Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

Danasegarane Arunachalam replied to vimalkumar panneerselvam on 09-Dec-10 05:41 AM
Did you check the framework version ? It is point to correct version like 1.0 or 2.0 , some times this will also give error like this

vimalkumar panneerselvam replied to Danasegarane Arunachalam on 09-Dec-10 05:44 AM
 i hav given the right version .. I thing i need to give permission to all the sub directories..


but i dnt know how to give..any suggestions
Danasegarane Arunachalam replied to vimalkumar panneerselvam on 09-Dec-10 05:49 AM
In the previous tab under the directory tab give the particular permissions
vimalkumar panneerselvam replied to Danasegarane Arunachalam on 09-Dec-10 05:58 AM
I have checked the basic authentication checkbox as a permission . but still the problem continuous..
Danasegarane Arunachalam replied to vimalkumar panneerselvam on 09-Dec-10 06:07 AM
Sorry for this basic question . Is your IIS running. Try running iisstart from you browser. And also give a try after restarting your IIS
vimalkumar panneerselvam replied to Danasegarane Arunachalam on 09-Dec-10 06:36 AM
still the same error...
Danasegarane Arunachalam replied to vimalkumar panneerselvam on 09-Dec-10 06:47 AM
Try http://www.asp.net/learn/whitepapers/ms03-32-issue one