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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:05:58+00:00 2026-05-25T14:05:58+00:00

When upgrading an ASP.NET 4 (3.5 rendering) WebForms application to MVC 3, how can

  • 0

When upgrading an ASP.NET 4 (3.5 rendering) WebForms application to MVC 3, how can I get the same JavaScript generated by ScriptManager for a ServiceReference of an ASMX file?

I have an ASMX web service file that is used extensively via the JavaScript ScriptManager generates for it. The existing code needs to continue to work but you can’t use ScriptManager in an MVC view. Is there a way to have the JavaScript code automatically generated in ASP.NET MVC?

Here is how I have it in my Default.aspx WebForm page:

<asp:ScriptManager ID="sm" runat="server">
    <Services>
        <asp:ServiceReference Path="/WebService.asmx" />
    </Services>
</asp:ScriptManager>
  • 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-25T14:05:58+00:00Added an answer on May 25, 2026 at 2:05 pm

    I had to add MicrosoftAjax.js and WebService.asmx/js to the page.

    <script src="@Url.Content("~/Scripts/MicrosoftAjax.js")" type="text/javascript"></script>
    <script src="/WebService.asmx/js" type="text/javascript"></script>
    

    Note the trailing /js in /WebService.asmx/js.

    Appending /js to the path of the .asmx file gives you the Javascript for your webservice. Likewise, appending /jsdebug gives you the verbose Javascript for debugging purposes.

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

Sidebar

Related Questions

We are in the process of upgrading an ASP.NET MVC 1.0 application to the
i'm in the process of upgrading an ASP.NET MVC 2 application to ASP.NET MVC
We're busy upgrading an ASP.NET MVC 2 Application using the 3.5 framework to an
I have got a question with regards to upgrading asp.net mvc applications from v1
I tried upgrading an ASP.Net application from Visual Studio 2005 to 2008, and I
Consider the scenario of upgrading an ASP.NET MVC project. This question is around up-converting
I have a custom view engine in ASP.NET MVC and since upgrading to RC1
I have an .NET 1.1 web app and I am upgrading to ASP.NET MVC
I'm asking because I'm working on an ASP.NET MVC 1.0 site, thinking of upgrading
I was trying upgrading to .net 4 for my WebForms asp.net project. Now I'm

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.