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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:52:20+00:00 2026-05-25T06:52:20+00:00

Here’s the object debugger for one of the pages: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.elon.edu%2Fe-net%2FNote.aspx%3Fid%3D954246 Notice the image box

  • 0

Here’s the object debugger for one of the pages: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.elon.edu%2Fe-net%2FNote.aspx%3Fid%3D954246

Notice the image box is empty, but when I click on it, the image opens just fine in every browser I could test. The image is served by an .ashx handler by asp.net with a content type of “image/jpeg”. Any ideas why Facebook doesn’t recognize any image served by my application? This causes all facebook posts to display without an image, which we want to avoid for aesthetic reasons. Thanks for any help!

  • 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-25T06:52:21+00:00Added an answer on May 25, 2026 at 6:52 am

    Look at the HTTP headers for the image and you’ll see that you’re sending a 404 HTTP status back with the image.

    telnet www.elon.edu 80
    
    GET /e-net/Image.ashx?w=298&crop=true&id=28213 HTTP/1.1
    HOST: www.elon.edu
    

    .

    HTTP/1.1 404 Not Found
    Cache-Control: public, max-age=31536000
    Content-Length: 14248
    Content-Type: image/jpeg
    X-Powered-By: ASP.NET
    X-AspNet-Version: 2.0.50727
    Date: Fri, 02 Sep 2011 19:55:22 GMT
    

    EDIT

    I don’t know if the 404 is causing the error but that’s where I’d start.

    EDIT2

    Based on your comments I’m guessing you’ve got something like this in your handler, right:

            try
            {
                //Logic here
                //..
                Response.End();
            }catch(Exception ex){
    
            }
    

    If so, your problem is Response.End() which actually throws a ThreadAbortException which is absolutely not what you were expecting probably. There’s a couple of different things you can do, I’ll let you read up on it and make your own choice.

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

Sidebar

Related Questions

Here's my code in the <head></head> : <link rel=stylesheet href=http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css /> <script type=text/javascript src=http://code.jquery.com/jquery-1.7.1.min.js></script>
Here is the code I'm using http://jsbin.com/evike5/edit When the jQuery UI dialog is fired
here is the site : http://www.notrepanorama.com at the bottom left, i use a jquery
Here is what's going on: http://www.youtube.com/watch?v=zVEftCJ2F_U&feature=youtu.be Here is the code: extend: 'Ext.container.Viewport', alias: 'widget.viewport',
Here's the link: www.mchenry.edu/maps/google.asp Why won't the location balloon display correctly? Also, the pop-up
Here the scenario is I have many .aspx pages if any page gives error,
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
Here is an object that I'd like to use with ng-repeat, but it's not
Here is a small demonstration of what my problem is: http://jsfiddle.net/k2Pqw/4/ After sizing the
here are 2 screen shots when i try to debug my code in visual

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.