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 7940099
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:17:14+00:00 2026-06-03T23:17:14+00:00

I am using asp.net Mvc3 I have 2 controllers in two different projects. HomeController

  • 0

I am using asp.net Mvc3
I have 2 controllers in two different projects.

HomeController in HomeProject and
WorkController in WorkProject

i need to call Work controller and its view from Home Project’s Home Controller.

Something similar to:

  public ActionResult Home()
  {
     ViewBag.work = "Work/work/";
     return View(ViewBag.work);
  }

But don’t know how exactly to do it

can somebody help with this??

  • 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-03T23:17:16+00:00Added an answer on June 3, 2026 at 11:17 pm

    You can’t do it using what’s provided to you by the mvc framework (Html.Action etc.). The framework was not designed to handle this scenario (nor should it).

    You can treat it as an external link, provided you are willing to hardcode the address of the work server:

    public ActionResult Home()
      {
         Response.Redirect("http://workserver.com/work/work");
      }
    

    By the way, if you’re asking this, you’re doing something wrong. (Have you tried using areas?)

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

Sidebar

Related Questions

I am creating an ASP.NET MVC3 application using NHIBERNATE. I have a base class
Using: ASP.NET MVC3 Ninject 2 Fluent nHibernate I have 2 databases (DB1 & DB2).
I have a webpage I am working on using asp.net mvc3. I am deploying
I'm using ASP.NET MVC 3 (Razor) and have created a Controller named Controllers -
I have a web site written using ASP.NET MVC3. The site has one single
I have an existing SqlConnection conn; in some controller (using ASP.NET MVC3 + Razor
Using ASP.Net MVC3 with C# I have a rotating ad setup on my layout
Using asp.net MVC3, I have a partial view which requires remote validation. As I
i have a project using ASP.Net MVC3 and using membership for roles. i use
I am new to unit testing. I have a web application using asp.net mvc3

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.