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.

Plz tell me how to solve this..

Am a new to this..

Recommended Answers

All 2 Replies

set startup page in your VS and check.

I get this error alot when I am changing things in my site. First question I have is: 1. Does this error occur in Visual Studio while running locally or does it happen on your hosted site(live)?

If this happens on your hosted site, then your code has an error. This error is usually located in the Web.config file. If your hosting provider, provides a 404 page for you, you will have to chang the code from this:[<customErrors mode="RemoteOnly"/>] to this [<customErrors mode="Off"/>]

I hope this helps!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.