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

  • Home
  • SEARCH
  • 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 6349595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:38:50+00:00 2026-05-24T21:38:50+00:00

I have the following actionresult: public ActionResult Confirmation(string emailAddress) When I try to access

  • 0

I have the following actionresult:

public ActionResult Confirmation(string emailAddress)

When I try to access it:

http://localhost:8080/Signup/Confirmation?emailAddress=test%40test.com

I get this:

The view 'test@test.com' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/Signup/test@test.com.cshtml
~/Views/Signup/test@test.com.vbhtml

What gives why isn’t it looking for the correct view? If I go to “/SignUp/” it correctly shows me the index, along with the other ActionResults working correctly. Why does an address break it?

  • 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-05-24T21:38:52+00:00Added an answer on May 24, 2026 at 9:38 pm

    Have you tried registering the route in the global.asax.cs?

    Something like:

    routes.Add("confirmation", 
        new Route("Signup/Confirmation/{email}", 
        new RouteValueDictionary(new { controller = "Signup", action = "Confirmation", email = UrlParameter.Optional }), 
        new MvcRouteHandler())
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following controller: public ActionResult Search(string Name, int? Friend, int? Page) It
I have a method with the following signature: public ActionResult RenderFamilyTree(string name, Dictionary<string, string>
In my AccountController class I have the following: public ActionResult Verification(string userGuid) { Debug.WriteLine(userGuid);
I have the following Edit method: [HttpPost] public ActionResult Edit(Movie movie) { try {
I have the following controller action: public ActionResult Details(string pk) { IEnumerable<ContentDetail> model =
Inside my controller's action I have the following code: public ActionResult GridAction(string id) {
I have the following function: public ActionResult Index(string caller_id, int? id) { Now I
If I have the following: [HttpPost] public ActionResult DeclineClaims(String button, String[] Decline) { if
I have the following code in my controller called UserController : public ActionResult Details(string
In my controller I have the following (code omitted for brevity): public ActionResult Edit(string

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.