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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T03:00:13+00:00 2026-05-17T03:00:13+00:00

I have a Silverlight 4.0 (ASP.Net 4.0) application on our website for our customers

  • 0

I have a Silverlight 4.0 (ASP.Net 4.0) application on our website for our customers once they authenticate. The program loads fine but can’t talk to the WCF service created. Internally everything works great.

The Silverlight application is hosted on IIS 7.5 with an internal IP of 10.1.1.8 with teh firewall redirecting the real world application to the internal ip address. This part works fine. The WCF service is on IP 10.1.1.10 and is the same virtual machine just with different IP addresses. The database server can be pinged without a problem as well.

http://www.ntbuddy.com/images/stackoverflow/SilverlightWcf1.png

  • The internal user (10.1.15.1) can use the site just fine
  • The external user can access the site without any problems except when they try the Silverlight application
  • When the program is accessed it calls the Wcf program at 10.1.1.10. Being the internal user can see the Wcf they work fine. The external users can’t.
  • If I call the same routine from a ASP.Net webpage the webpage would return the result without a problem.

The Service Reference in the Service References is “http://10.1.1.10/ServiceReference/Common.svc” for the routine below.

Below is the simplest of routines where I request from the Wcf a number back for an auto-number routine.

Works only for internal users (Silverlight)

private void BtnAutoNumberClick(object sender, RoutedEventArgs e)
{
   AutoNumber("AUTO");
}

private void AutoNumber(string autoNumber)
{
   var objResult = new CommonClient();
   objResult.GetAutoNumberCompleted += new EventHandler<GetAutoNumberCompletedEventArgs>(LoadResultsAutoNumber);
   objResult.GetAutoNumberAsync(autoNumber, 4, autoNumber);
}

void LoadResultsAutoNumber(object sender, GetAutoNumberCompletedEventArgs e)
{
   txtOrderNumber.Text = string.Format("{0}", e.Result.AutoNumber);
}

What do I need to change in my Silverlight application to make it work for the external user as well as the internal user? I want to avoid making the Wcf service being exposed but will if that’s what is required.

  • 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-17T03:00:14+00:00Added an answer on May 17, 2026 at 3:00 am

    ip addresses that start with 10 are internal addresses, you will not be able to access this address from outside the firewall.

    http://en.wikipedia.org/wiki/IP_address

    If you look at the table marked “IANA-reserved private IPv4 network ranges”

    You need to expose your service using an external ip address.

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

Sidebar

Related Questions

I have a silverlight application that I am embedding in an existing ASP.NET web
I have integrated a Silverlight Navigation Application in an ASP.NET MVC web. However when
I have a Silverlight web app which uses ASP.net Website administration tool for user
I have an application that is built using ASP.NET, with an embedded Silverlight Object
I have an application that uses Silverlight and ASP.NET as a front-end. It retrieves
I have a Silverlight-Application which is hosted in a ASP.NET-Site. Now, I need to
I have silverlight application in asp.net web. In web application i have folder which
I'm working on an ASP.NET web application for our corporate intranet users. I have
i have a silverlight application that is hosted within a asp.net web application. in
I have a Silverlight application that communications with an ASP.NET backend through WCF. I

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.