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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:35:48+00:00 2026-05-27T00:35:48+00:00

I have a an existing service like the below method: [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] [ServiceBehavior(AddressFilterMode

  • 0

I have a an existing service like the below method:

[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
[ServiceBehavior(AddressFilterMode = AddressFilterMode.Any)]
public class SomeService : ISomething
{
    public SomeListResults SomeList(SomeParams someParams)
    {
          ....
    }
}

Is there a simple way to allow JSONP calls and also JSON at the same time (detect it). Is this native?

  • 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-27T00:35:48+00:00Added an answer on May 27, 2026 at 12:35 am

    Update your config to look like:

    <configuration>
      <system.web>
        <compilation debug="true" targetframework="4.0">
        <authentication mode="None">
      </authentication></compilation></system.web>
      <system.webserver>
        <modules runallmanagedmodulesforallrequests="true">
      </modules></system.webserver>
      <system.servicemodel>
        <servicehostingenvironment **aspnetcompatibilityenabled**="true">
        <standardendpoints>
          <webscriptendpoint>
            <standardendpoint **crossdomainscriptaccessenabled**="true" name="">
          </standardendpoint></webscriptendpoint>
        </standardendpoints>
      </servicehostingenvironment></system.servicemodel>
    </configuration>
    

    See here for a blog post providing a walkthrough of creating a wcf service that’s accessible cross-domain.

    This will enable your service to accept requests from cross-domain sources.

    In terms of determining whether to pad your response (the p in jsonp),

    Thanks to @carlosfigueira for this:

    If using .Net 4 JSONP is supported natively. As long as the request has a query string parameter called “callback” (this name can be configured), the response will be padded with the function name
    .

    Otherwise, you’ll need to write a custom message inspector that pads the response appropriately.

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

Sidebar

Related Questions

I have a class which calls out to an existing web service. My class
I have an existing web service that returns XML responses and I would like
I have a class like this: [Serializable] public class Structure { #region Constants and
I have entity fluently mapped to existing oracle view: public class MyEntityMap : ClassMap<MyEntity>
Some existing web services I consume have methods that look something like this: List<Employee>
We have an existing WCF service that makes use of wsDualHttpBinding to enable callbacks
I have a simple task. I have an existing project with a web service
I have an existing asp.net c# application for which I'd like to implement a
We have an existing big application which contains a lot of data. We'd like
We currently have an existing issue tracker, which the service management team utilise for

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.