Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8857915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:42:18+00:00 2026-06-14T14:42:18+00:00

I just created an empty application, added a view, a controller and ran it.

  • 0

I just created an empty application, added a view, a controller and ran it.

I am getting the following error:

“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.

My code:
TestController.cs

namespace WOSubmittal.Controllers
{
    public class TestController : Controller
    {

        public ActionResult Index()
        {
            return View();
        }

    }
}

View located under Views/Test

Index.cshtml

@{
    ViewBag.Title = "Index";
}

<h2>Index</h2>

I put a breakpoint to the Index() routine and it doesn’t even get hit. Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:42:19+00:00Added an answer on June 14, 2026 at 2:42 pm

    Change this in public static void RegisterRoutes(RouteCollection routes)

    new { controller = "Home", action = "Index", id = UrlParameter.Optional } 
    

    for this:

    new { controller = "Test", action = "Index", id = UrlParameter.Optional }
    

    in your Global.asax.cs

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a blog application using Ruby on Rails and have just added
I just created an empty iOS project and added a UIViewController with a nib
I am getting the following error, whenever I add an existing Asp.Net web application
I am using VS2010 and I created a ASP.net empty web application, but I
I created a simple .NET windows application in Visual Studio 2005 and on just
I have just created a new facebook application to use in a page tab.
I'm just starting out with ASP.net MVC 3 and I've created an empty project.
I have just created an empty jface window. But for some reason there is
I have added project explorer view to my own rcp application. It is visible
Just created a .dll file that has some methods. And I have a another

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.