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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:32:45+00:00 2026-06-10T04:32:45+00:00

To call ASP.NET MVC 4 Web API, I am using following convention to call

  • 0

To call ASP.NET MVC 4 Web API, I am using following convention to call its service

 $.getJSON("api/products/", ...

If my url of the site is a root such as http://localhost:10234, everything is fine.

But once the url became http://localhost/SomeApp, the ajax call failed because

.getJSON actually calls http://localhost/api/products instead of http://localhost/SomeApp/api/products. What should I do in this case to correct the location. “/api/products/” or “~/api/products” does not work.

  • 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-10T04:32:45+00:00Added an answer on June 10, 2026 at 4:32 am

    in the first part of my _Layout.cshtml, I put

    <script type="text/javascript">
        appFolder = @Url.Content("~/");
    </script>
    

    and changed my call in javascripts to

    $.getJSON(appFolder+"api/products/"
    

    And this fixed the problem.

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

Sidebar

Related Questions

There is a ASP.NET MVC 2 web app, lets call it myapp.com. I want
I am using ASP.NET MVC 3 for the first time. I want to call
I have a WCF service that I need to call in a ASP.NET web
In my ASP.NET MVC project, my actions typically call a Service layer to get
I am using jquery getJSON with asp.net mvc controller... I cant able to get
I have an ASP.NET MVC web app whose controllers use WCF to call into
I'm converting from the WCF Web API to the new ASP.NET MVC 4 Web
Possible Duplicate: Routing with Multiple Parameters using ASP.NET MVC Experimenting with the MVC4 web
We have a scenario whereby we are hosting an ASP.NET MVC web site on
Currently I have an Area in my ASP.NET MVC 2 project call 'API', which

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.